mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/11103] Add global $table_prefix
I have no idea how this worked previously... PHPBB3-11103
This commit is contained in:
parent
d64eb0e575
commit
1cdb0ecbf2
1 changed files with 2 additions and 0 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue