[geeklog-cvs] Geeklog-1.x/sql mysql_tableanddata.php,1.197,1.198

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 19 09:53:14 EST 2008


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

Modified Files:
	mysql_tableanddata.php 
Log Message:
A bunch of minor Polls fixes (defaults; handling of closed polls)


Index: mysql_tableanddata.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/mysql_tableanddata.php,v
retrieving revision 1.197
retrieving revision 1.198
diff -C2 -d -r1.197 -r1.198
*** mysql_tableanddata.php	6 Jan 2008 20:44:10 -0000	1.197
--- mysql_tableanddata.php	19 Jan 2008 14:53:12 -0000	1.198
***************
*** 335,340 ****
    date datetime default NULL,
    display tinyint(4) NOT NULL default '0',
!   open tinyint(4) NOT NULL default '1',
!   hideresults tinyint(1) NOT NULL default '1' ,
    commentcode tinyint(4) NOT NULL default '0',
    statuscode tinyint(4) NOT NULL default '0',
--- 335,340 ----
    date datetime default NULL,
    display tinyint(4) NOT NULL default '0',
!   open tinyint(1) NOT NULL default '1',
!   hideresults tinyint(1) NOT NULL default '0',
    commentcode tinyint(4) NOT NULL default '0',
    statuscode tinyint(4) NOT NULL default '0',




More information about the geeklog-cvs mailing list