|
From: Jon O. <jon...@us...> - 2006-07-03 20:11:37
|
Update of /cvsroot/mxbb/mx_linkdb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30987/modules/mx_linkdb Modified Files: db_install.php db_upgrade.php Log Message: Working... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_install.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** db_install.php 3 Jul 2006 09:18:01 -0000 1.11 --- db_install.php 3 Jul 2006 20:11:30 -0000 1.12 *************** *** 198,201 **** --- 198,203 ---- "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('pagination', '10')", "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('cat_col', '2')", + "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('settings_newdays', '1')", + // New -------------------- Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_upgrade.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** db_upgrade.php 3 Jul 2006 09:18:01 -0000 1.13 --- db_upgrade.php 3 Jul 2006 20:11:30 -0000 1.14 *************** *** 132,135 **** --- 132,138 ---- $sql[] = "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('wysiwyg_path', 'modules/mx_shared/') "; // settings_dbname + // Appearance + $sql[] = "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('settings_newdays', '1') "; // settings_dbname + // Comments $sql[] = "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('use_comments', '0') "; // comments_show |