Merge branch '3.1.x'

This commit is contained in:
Marc Alexander 2016-01-17 23:28:33 +01:00
commit a30ecb81f8

View file

@ -1161,6 +1161,11 @@ class tools implements tools_interface
}
}
if (isset($column_data['after']))
{
$return_array['after'] = $column_data['after'];
}
break;
case 'oracle':