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

Oliver ospiess at qs1489.pair.com
Mon Sep 10 21:39:05 EDT 2007


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

Modified Files:
	mysql_tableanddata.php 
Log Message:
fixing poll answer numbers

Index: mysql_tableanddata.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/sql/mysql_tableanddata.php,v
retrieving revision 1.189
retrieving revision 1.190
diff -C2 -d -r1.189 -r1.190
*** mysql_tableanddata.php	11 Sep 2007 01:34:15 -0000	1.189
--- mysql_tableanddata.php	11 Sep 2007 01:39:03 -0000	1.190
***************
*** 320,327 ****
  $_SQL[22] = "
  CREATE TABLE {$_TABLES['pollquestions']} (
!   qid mediumint(9) NOT NULL auto_increment,
    pid varchar(20) NOT NULL,
    question varchar(255) NOT NULL,
!   PRIMARY KEY (qid)
  ) TYPE=MyISAM
  ";
--- 320,327 ----
  $_SQL[22] = "
  CREATE TABLE {$_TABLES['pollquestions']} (
!   qid mediumint(9) NOT NULL,
    pid varchar(20) NOT NULL,
    question varchar(255) NOT NULL,
!   PRIMARY KEY (qid, pid)
  ) TYPE=MyISAM
  ";




More information about the geeklog-cvs mailing list