mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch '3.1.x'
This commit is contained in:
commit
a30ecb81f8
1 changed files with 5 additions and 0 deletions
|
@ -1161,6 +1161,11 @@ class tools implements tools_interface
|
|||
}
|
||||
}
|
||||
|
||||
if (isset($column_data['after']))
|
||||
{
|
||||
$return_array['after'] = $column_data['after'];
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case 'oracle':
|
||||
|
|
Loading…
Add table
Reference in a new issue