[geeklog-cvs] Geeklog-1.x/sql mysql_tableanddata.php,1.190,1.191

Oliver ospiess at qs1489.pair.com
Tue Sep 11 01:28:57 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/sql
In directory qs1489.pair.com:/tmp/cvs-serv31825

Modified Files:
	mysql_tableanddata.php 
Log Message:
fixing plugin upgrades

Index: mysql_tableanddata.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/sql/mysql_tableanddata.php,v
retrieving revision 1.190
retrieving revision 1.191
diff -C2 -d -r1.190 -r1.191
*** mysql_tableanddata.php	11 Sep 2007 01:39:03 -0000	1.190
--- mysql_tableanddata.php	11 Sep 2007 05:28:55 -0000	1.191
***************
*** 320,324 ****
  $_SQL[22] = "
  CREATE TABLE {$_TABLES['pollquestions']} (
!   qid mediumint(9) NOT NULL,
    pid varchar(20) NOT NULL,
    question varchar(255) NOT NULL,
--- 320,324 ----
  $_SQL[22] = "
  CREATE TABLE {$_TABLES['pollquestions']} (
!   qid mediumint(9) NOT NULL DEFAULT '0',
    pid varchar(20) NOT NULL,
    question varchar(255) NOT NULL,




More information about the geeklog-cvs mailing list