|
From: Jon O. <jon...@us...> - 2006-06-27 21:37:28
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13006/modules/mx_kb Modified Files: db_install.php Log Message: fix Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_install.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** db_install.php 27 Jun 2006 18:13:45 -0000 1.39 --- db_install.php 27 Jun 2006 21:37:26 -0000 1.40 *************** *** 163,167 **** // Comments ! "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('use_comments', '1')", // comments_show "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('internal_comments', '1')", // NEW "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('formatting_comment_wordwrap', '1')", // formatting_comment_fixup --- 163,167 ---- // Comments ! "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('use_comments', '0')", // comments_show "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('internal_comments', '1')", // NEW "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('formatting_comment_wordwrap', '1')", // formatting_comment_fixup |