|
From: Jon O. <jon...@us...> - 2005-03-18 21:03:27
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19102/modules/mx_kb Modified Files: db_upgrade.php Log Message: testing the maillist ;) Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_upgrade.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** db_upgrade.php 6 Mar 2005 01:12:29 -0000 1.13 --- db_upgrade.php 18 Mar 2005 21:03:12 -0000 1.14 *************** *** 156,159 **** --- 156,161 ---- $sql[] = "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('news_sort', 'Alphabetic')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('news_sort_par', 'ASC')"; + + /* // Now add some new parameters // First get function_id *************** *** 191,194 **** --- 193,197 ---- $sql[] = "UPDATE " . $mx_table_prefix . "function SET function_admin = 'modules/mx_kb/admin/kb_config.php' WHERE function_id = '" . $function_id . "' OR function_file = 'kb.php'"; + */ } |