Revision: 68
http://svn.sourceforge.net/phpbbkb/?rev=68&view=rev
Author: markthedaemon
Date: 2007-03-18 10:29:45 -0700 (Sun, 18 Mar 2007)
Log Message:
-----------
Doh! Missed a semi-colon.
Also a test to see if the SF commit notifications are working, they seem a little broken at the moment.
Modified Paths:
--------------
main/trunk/install/kb_install.php
Modified: main/trunk/install/kb_install.php
===================================================================
--- main/trunk/install/kb_install.php 2007-03-17 14:00:52 UTC (rev 67)
+++ main/trunk/install/kb_install.php 2007-03-18 17:29:45 UTC (rev 68)
@@ -99,7 +99,7 @@
config_name varchar(255) NOT NULL,
config_value varchar(255) NOT NULL,
PRIMARY KEY (config_name)
-);"
+);";
$sql[] = "INSERT INTO " . $table_prefix . "kb_categories (cat_id, cat_main, cat_title, cat_desc, cat_articles, cat_order)
VALUES ('', '0', 'Example Category 1', 'Example description for category 1','0', '1');";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|