[geeklog-cvs] Geeklog-1.x/sql mysql_tableanddata.php,1.174,1.175

Dirk Haun dhaun at qs1489.pair.com
Sat Jul 28 16:32:18 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/sql
In directory qs1489.pair.com:/tmp/cvs-serv21986/sql

Modified Files:
	mysql_tableanddata.php 
Log Message:
Fixed and re-activated Polls plugin upgrade


Index: mysql_tableanddata.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/mysql_tableanddata.php,v
retrieving revision 1.174
retrieving revision 1.175
diff -C2 -d -r1.174 -r1.175
*** mysql_tableanddata.php	28 Apr 2007 17:23:37 -0000	1.174
--- mysql_tableanddata.php	28 Jul 2007 20:32:16 -0000	1.175
***************
*** 307,311 ****
  $_SQL[21] = "
  CREATE TABLE {$_TABLES['pollquestions']} (
!   qid mediumint(9) NOT NULL default '0',
    pid varchar(20) NOT NULL,
    question varchar(255) NOT NULL,
--- 307,311 ----
  $_SQL[21] = "
  CREATE TABLE {$_TABLES['pollquestions']} (
!   qid mediumint(9) NOT NULL auto_increment,
    pid varchar(20) NOT NULL,
    question varchar(255) NOT NULL,




More information about the geeklog-cvs mailing list