mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/11103] Add global $table_prefix
I have no idea how this worked previously... PHPBB3-11103
This commit is contained in:
@@ -886,6 +886,8 @@ function _add_permission(auth_admin $auth_admin, phpbb_db_driver $db, $permissio
|
||||
*****************************************************************************/
|
||||
function database_update_info()
|
||||
{
|
||||
global $table_prefix;
|
||||
|
||||
return array(
|
||||
// Changes from 3.0.0 to the next version
|
||||
'3.0.0' => array(
|
||||
|
Reference in New Issue
Block a user