|
From: Jon O. <jon...@us...> - 2006-09-14 20:15:41
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30084/modules/mx_calsnails Modified Files: db_install.php db_upgrade.php Log Message: installation mysql fix Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_install.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** db_install.php 12 Sep 2006 19:27:25 -0000 1.23 --- db_install.php 14 Sep 2006 20:15:34 -0000 1.24 *************** *** 51,55 **** // Table: Calendar Lite Events "CREATE TABLE " . CALLITE_EVENTS_TABLE . " ( ! event_id int(11) DEFAULT '0' NOT NULL auto_increment, username varchar(255), stamp datetime, --- 51,55 ---- // Table: Calendar Lite Events "CREATE TABLE " . CALLITE_EVENTS_TABLE . " ( ! event_id int(11) NOT NULL auto_increment, username varchar(255), stamp datetime, *************** *** 93,96 **** echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; - ?> \ No newline at end of file --- 93,95 ---- Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_upgrade.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** db_upgrade.php 12 Sep 2006 19:27:26 -0000 1.16 --- db_upgrade.php 14 Sep 2006 20:15:34 -0000 1.17 *************** *** 103,106 **** echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; - ?> \ No newline at end of file --- 103,105 ---- |