[geeklog-cvs] Geeklog-1.x/sql mssql_tableanddata.php,1.26,1.27

Oliver ospiess at qs1489.pair.com
Thu Aug 9 04:19:13 EDT 2007


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

Modified Files:
	mssql_tableanddata.php 
Log Message:
missing comma

Index: mssql_tableanddata.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/sql/mssql_tableanddata.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** mssql_tableanddata.php	9 Aug 2007 08:03:19 -0000	1.26
--- mssql_tableanddata.php	9 Aug 2007 08:19:10 -0000	1.27
***************
*** 407,411 ****
      [sp_onmenu] [tinyint] NOT NULL ,
      [sp_label] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
!     [commentcode] [numeric](4, 0) NOT NULL
      [owner_id] [numeric](8, 0) NOT NULL ,
      [group_id] [numeric](8, 0) NOT NULL ,
--- 407,411 ----
      [sp_onmenu] [tinyint] NOT NULL ,
      [sp_label] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
!     [commentcode] [numeric](4, 0) NOT NULL,
      [owner_id] [numeric](8, 0) NOT NULL ,
      [group_id] [numeric](8, 0) NOT NULL ,




More information about the geeklog-cvs mailing list