[geeklog-cvs] Geeklog-1.x/plugins/polls/sql mssql_install.php, 1.4, 1.5

Matthew West mwest at qs1489.pair.com
Tue May 13 14:49:56 EDT 2008


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

Modified Files:
	mssql_install.php 
Log Message:
The polltopics column name 'open' is a reserved keyword in SQL Server, changed to 'is_open'

Index: mssql_install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/sql/mssql_install.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mssql_install.php	2 May 2008 12:08:07 -0000	1.4
--- mssql_install.php	13 May 2008 18:49:54 -0000	1.5
***************
*** 61,65 ****
      [date] [datetime] NULL ,
      [display] [tinyint] NOT NULL ,
!     [open] [tinyint] NOT NULL ,
      [hideresults] [tinyint] NOT NULL ,
      [commentcode] [smallint] NOT NULL ,
--- 61,65 ----
      [date] [datetime] NULL ,
      [display] [tinyint] NOT NULL ,
!     [is_open] [tinyint] NOT NULL ,
      [hideresults] [tinyint] NOT NULL ,
      [commentcode] [smallint] NOT NULL ,




More information about the geeklog-cvs mailing list