mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 09:01:29 +02:00
Merge branch '3.1.x'
This commit is contained in:
@@ -1161,6 +1161,11 @@ class tools implements tools_interface
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($column_data['after']))
|
||||
{
|
||||
$return_array['after'] = $column_data['after'];
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case 'oracle':
|
||||
|
Reference in New Issue
Block a user