1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-22 17:41:24 +02:00

Merge branch '3.1.x'

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

View File

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