|
From: Jon O. <jon...@us...> - 2005-03-30 10:41:00
|
Update of /cvsroot/mxbb/kb_076_mxaddon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20913/modules/kb_076_mxaddon Modified Files: install_kb_tables.php upgrade_kb_tables.php Log Message: db fix Index: install_kb_tables.php =================================================================== RCS file: /cvsroot/mxbb/kb_076_mxaddon/install_kb_tables.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** install_kb_tables.php 30 Mar 2005 09:53:30 -0000 1.4 --- install_kb_tables.php 30 Mar 2005 10:40:47 -0000 1.5 *************** *** 22,25 **** --- 22,26 ---- define('IN_PHPBB', 1); $phpbb_root_path = './'; + define( 'MXBB_MODULE', false ); // Switch for making this run as a phpBB mod or mxBB module include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'config.'.$phpEx); Index: upgrade_kb_tables.php =================================================================== RCS file: /cvsroot/mxbb/kb_076_mxaddon/upgrade_kb_tables.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** upgrade_kb_tables.php 30 Mar 2005 09:53:30 -0000 1.3 --- upgrade_kb_tables.php 30 Mar 2005 10:40:47 -0000 1.4 *************** *** 21,24 **** --- 21,25 ---- define('IN_PHPBB', 1); + define( 'MXBB_MODULE', false ); // Switch for making this run as a phpBB mod or mxBB module $phpbb_root_path = './'; include($phpbb_root_path . 'extension.inc'); |