|
From: Josh G. <os...@us...> - 2005-01-03 21:40:56
|
Update of /cvsroot/nanuke/nanuke0.x/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30689/install Modified Files: install.php Log Message: - More minor forum module stuff - Viewtopic print view - Report post Index: install.php =================================================================== RCS file: /cvsroot/nanuke/nanuke0.x/install/install.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** install.php 22 Dec 2004 05:14:58 -0000 1.15 --- install.php 3 Jan 2005 21:40:45 -0000 1.16 *************** *** 1552,1556 **** array('field' => 'reason_id', 'type' => 'smallint(6)', 'unsigned' => true, 'null' => false), array('field' => 'post_id', 'type' => 'mediumint(8)', 'unsigned' => true, 'null' => false), - array('field' => 'msg_id', 'type' => 'mediumint(8)', 'unsigned' => true, 'null' => false), array('field' => 'user_id', 'type' => 'mediumint(8)', 'unsigned' => true, 'null' => false), array('field' => 'user_notify', 'type' => 'tinyint(1)', 'unsigned' => true, 'null' => false), --- 1552,1555 ---- *************** *** 1833,1836 **** --- 1832,1836 ---- "INSERT INTO " . $table_prefix . "config (config_name, config_value) VALUES ('pm_edit_time', '0')", "INSERT INTO " . $table_prefix . "config (config_name, config_value) VALUES ('allow_mass_pm', '1')", + "INSERT INTO " . $table_prefix . "config (config_name, config_value) VALUES ('reload_module_data', '')", "INSERT INTO " . $table_prefix . "config (config_name, config_value, is_dynamic) VALUES ('record_online_users', '0', 1)", "INSERT INTO " . $table_prefix . "config (config_name, config_value, is_dynamic) VALUES ('record_online_date', '0', 1)", |