|
From: Jon O. <jon...@us...> - 2007-04-28 19:59:37
|
Update of /cvsroot/mxbb/mx_kb
In directory sc8-pr-cvs16:/tmp/cvs-serv25305
Modified Files:
db_install.php
Log Message:
fixes
Index: db_install.php
===================================================================
RCS file: /cvsroot/mxbb/mx_kb/db_install.php,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** db_install.php 30 Jan 2007 16:26:09 -0000 1.49
--- db_install.php 28 Apr 2007 19:59:03 -0000 1.50
***************
*** 111,115 ****
)",
! "INSERT INTO " . $mx_table_prefix . "kb_categories VALUES (1, 'Test Category', 'Just a test category', '0', '10', '-1', '-1','-1','-1','-1','-1','-1','-1', '-1', '0', '', '0', '0', '0', '0', '0', '0', '0', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0' )",
"CREATE TABLE " . $mx_table_prefix . "kb_articles (
--- 111,115 ----
)",
! "INSERT INTO " . $mx_table_prefix . "kb_categories VALUES (1, 'Test Category', 'Just a test category', '0', '10', '-1', '-1','-1','-1','-1','-1','-1','-1', '-1', '0', '', '0', '0', '0', '0', '0', '0', '0', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0' )",
"CREATE TABLE " . $mx_table_prefix . "kb_articles (
***************
*** 124,128 ****
article_type mediumint(8) unsigned NOT NULL default '0',
! article_date varchar(255) binary NOT NULL default '',
article_author_id mediumint(8) NOT NULL,
username VARCHAR(255),
--- 124,128 ----
article_type mediumint(8) unsigned NOT NULL default '0',
! article_date int(50) default NULL,
article_author_id mediumint(8) NOT NULL,
username VARCHAR(255),
|