mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +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()
|
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(
|
||||||
|
Reference in New Issue
Block a user