[ticket/11103] Add global $table_prefix

I have no idea how this worked previously...

PHPBB3-11103
This commit is contained in:
Nathan Guse 2012-12-13 19:32:11 -06:00
parent d64eb0e575
commit 1cdb0ecbf2

View file

@ -886,6 +886,8 @@ function _add_permission(auth_admin $auth_admin, phpbb_db_driver $db, $permissio
*****************************************************************************/ *****************************************************************************/
function database_update_info() function database_update_info()
{ {
global $table_prefix;
return array( return array(
// Changes from 3.0.0 to the next version // Changes from 3.0.0 to the next version
'3.0.0' => array( '3.0.0' => array(