|
From: Horace <jus...@us...> - 2006-11-16 11:42:48
|
Update of /cvsroot/mxbb/mx_quotations In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2518/mx_quotations Modified Files: db_install.php Log Message: Create statement was wrong. Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/db_install.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** db_install.php 12 Sep 2006 19:33:23 -0000 1.11 --- db_install.php 16 Nov 2006 11:42:43 -0000 1.12 *************** *** 37,41 **** quote text, author varchar(255) default NULL, ! poster_id int(11) unsigned NOT NULL default '-1', post_time int(11) unsigned NOT NULL default '0', PRIMARY KEY (quote_id))" --- 37,41 ---- quote text, author varchar(255) default NULL, ! poster_id int(11) unsigned NOT NULL default '0', post_time int(11) unsigned NOT NULL default '0', PRIMARY KEY (quote_id))" |