[geeklog-cvs] Geeklog-1.x/public_html/admin/install index.php, 1.46, 1.47

Matthew West mwest at qs1489.pair.com
Sun Jun 15 02:41:28 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv99469

Modified Files:
	index.php 
Log Message:
Corrected  syntax error

Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** index.php	14 Jun 2008 13:02:25 -0000	1.46
--- index.php	15 Jun 2008 06:41:26 -0000	1.47
***************
*** 887,891 ****
              }
              break;
!         case 'mssql';
              foreach ($_SQL as $sql) {
                  $_DB->dbQuery($sql, 0, 1);
--- 887,891 ----
              }
              break;
!         case 'mssql':
              foreach ($_SQL as $sql) {
                  $_DB->dbQuery($sql, 0, 1);




More information about the geeklog-cvs mailing list