From 5ecde5b326720e0bf0d8ad05e9bc3e5875d9d4df Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Sat, 5 Aug 2006 15:41:38 +0000 Subject: we don't have liberty_plugins table anymore --- install_packages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install_packages.php') diff --git a/install_packages.php b/install_packages.php index d796382..21f7b7c 100644 --- a/install_packages.php +++ b/install_packages.php @@ -1,6 +1,6 @@ mDb->query( "INSERT INTO `".BIT_DB_PREFIX."liberty_plugins` (`plugin_guid`, `plugin_type`, `is_active`, `plugin_description`) VALUES ( 'tikiwiki', 'format', 'y', 'TikiWiki Syntax Format Parser' )" ); + //$gBitUser->mDb->query( "INSERT INTO `".BIT_DB_PREFIX."liberty_plugins` (`plugin_guid`, `plugin_type`, `is_active`, `plugin_description`) VALUES ( 'tikiwiki', 'format', 'y', 'TikiWiki Syntax Format Parser' )" ); // Creating 'root' user has id=1. phpBB starts with user_id=2, so this is a hack to keep things in sync $rootUser = new BitPermUser(); $storeHash = array( 'real_name' => 'root', 'login' => 'root', 'password' => $_SESSION['password'], 'email' => 'root@localhost', 'pass_due' => FALSE, 'user_id' => ROOT_USER_ID ); -- cgit v1.3