|
From: OryNider <ory...@us...> - 2007-06-28 15:22:32
|
Update of /cvsroot/mxbb/mx_online_adv In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11444 Modified Files: db_install.php Log Message: bigint(20) was cauzed the value of 'time' to be allways 1 so this should be int(11) please change this in the database or reinstall. Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_online_adv/db_install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_install.php 26 Jun 2007 16:39:41 -0000 1.2 --- db_install.php 28 Jun 2007 15:22:21 -0000 1.3 *************** *** 50,54 **** $sql[] = "CREATE TABLE ".$mx_table_prefix."online_adv_session ( username varchar(99) NOT NULL, ! time bigint(20) NOT NULL, bot_id INTEGER NOT NULL DEFAULT '0', UNIQUE username (username) --- 50,54 ---- $sql[] = "CREATE TABLE ".$mx_table_prefix."online_adv_session ( username varchar(99) NOT NULL, ! time INTEGER NOT NULL DEFAULT '0', bot_id INTEGER NOT NULL DEFAULT '0', UNIQUE username (username) |