[geeklog-cvs] Geeklog-1.x/sql mysql_tableanddata.php,1.204,1.205

Matthew West mwest at qs1489.pair.com
Tue May 13 14:48:43 EDT 2008


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

Modified Files:
	mysql_tableanddata.php 
Log Message:
Changed the polltopic column name from 'open' to 'is_open' to reflect mssql_tableanddata.php

Index: mysql_tableanddata.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/mysql_tableanddata.php,v
retrieving revision 1.204
retrieving revision 1.205
diff -C2 -d -r1.204 -r1.205
*** mysql_tableanddata.php	12 Apr 2008 13:21:34 -0000	1.204
--- mysql_tableanddata.php	13 May 2008 18:48:41 -0000	1.205
***************
*** 667,671 ****
    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',
--- 667,671 ----
    date datetime default NULL,
    display tinyint(4) NOT NULL default '0',
!   is_open tinyint(1) NOT NULL default '1',
    hideresults tinyint(1) NOT NULL default '0',
    commentcode tinyint(4) NOT NULL default '0',




More information about the geeklog-cvs mailing list