[geeklog-cvs] Geeklog-1.x/plugins/polls/sql mysql_install.php, 1.10, 1.11

Matthew West mwest at qs1489.pair.com
Tue May 13 14:50:44 EDT 2008


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

Modified Files:
	mysql_install.php 
Log Message:
Changed the polltopic column name from 'open' to 'is_open' to reflect the changes in mssql_install.php

Index: mysql_install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/sql/mysql_install.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** mysql_install.php	2 May 2008 12:08:07 -0000	1.10
--- mysql_install.php	13 May 2008 18:50:42 -0000	1.11
***************
*** 62,66 ****
    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',
--- 62,66 ----
    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