|
From: Jon O. <jon...@us...> - 2005-03-29 21:39:40
|
Update of /cvsroot/mxbb/kb_076_mxaddon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1125/modules/kb_076_mxaddon Modified Files: install_kb_tables.php Log Message: small bugs, reported in phpbb dev thread - added regenerate search tables Index: install_kb_tables.php =================================================================== RCS file: /cvsroot/mxbb/kb_076_mxaddon/install_kb_tables.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** install_kb_tables.php 28 Mar 2005 20:54:49 -0000 1.2 --- install_kb_tables.php 29 Mar 2005 21:39:30 -0000 1.3 *************** *** 152,156 **** $sql[] = 'INSERT INTO '. KB_ARTICLES_TABLE .' VALUES ( ! 1, 1, "Test Article", "This is a test article for your KB", "1057708235", 2, "", "93074f48a9", "This is a test article for your Knowledge Base programmed by wGEric < er...@eg... > (Eric Faerber) - http://eric.best-1.biz/ and Haplo < jon...@ho... > (Jon Ohlsson) - http://www.mx-system.com/ \r\n\r\nBe sure you add categories and article types in the ACP and also change the Configuration to your liking.\r\n\r\nHave fun and enjoy your new Knowledge Base! :D", 1, 1, 1, 0,0,0 );'; --- 152,156 ---- $sql[] = 'INSERT INTO '. KB_ARTICLES_TABLE .' VALUES ( ! 1, 1, "Test Article", "This is a test article for your KB", "1057708235", 2, "", "93074f48a9", "This is a test article for your Knowledge Base. This MOD is based on code written by wGEric < er...@eg... > (Eric Faerber) - http://eric.best-1.biz/, now supervised by _Haplo < jon...@ho... > (Jon Ohlsson) - http://www.mx-system.com/ \r\n\r\nBe sure you add categories and article types in the ACP and also change the Configuration to your liking.\r\n\r\nHave fun and enjoy your new Knowledge Base! :D", 1, 1, 0, 0,0,0 );'; |