[geeklog-cvs] Geeklog-1.x/sql mssql_tableanddata.php,1.36,1.37

Michael Jervis mjervis at qs1489.pair.com
Thu May 1 14:35:16 EDT 2008


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

Modified Files:
	mssql_tableanddata.php 
Log Message:
Fixes for MSSQL install (Partial II)

Index: mssql_tableanddata.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/mssql_tableanddata.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** mssql_tableanddata.php	26 Apr 2008 08:45:40 -0000	1.36
--- mssql_tableanddata.php	1 May 2008 18:35:14 -0000	1.37
***************
*** 1720,1725 ****
  set identity_insert {$_TABLES['users']} on
  
! INSERT INTO {$_TABLES['users']} (uid, username, fullname, passwd, email, homepage, sig, regdate, cookietimeout, theme, status) VALUES (1,'Anonymous','Anonymous','',NULL,NULL,'',getdate(),0,NULL,3)
! INSERT INTO {$_TABLES['users']} (uid, username, fullname, passwd, email, homepage, sig, regdate, cookietimeout, theme, status) VALUES (2,'Admin','Geeklog SuperUser','5f4dcc3b5aa765d61d8327deb882cf99','root at localhost','http://www.geeklog.net/','',getdate(),28800,NULL,3)
  
  set identity_insert {$_TABLES['users']} off
--- 1720,1725 ----
  set identity_insert {$_TABLES['users']} on
  
! INSERT INTO {$_TABLES['users']} (uid, username, fullname, passwd, email, homepage, sig, regdate, cookietimeout, theme, status, num_reminders) VALUES (1,'Anonymous','Anonymous','',NULL,NULL,'',getdate(),0,NULL,3,0)
! INSERT INTO {$_TABLES['users']} (uid, username, fullname, passwd, email, homepage, sig, regdate, cookietimeout, theme, status, num_reminders) VALUES (2,'Admin','Geeklog SuperUser','5f4dcc3b5aa765d61d8327deb882cf99','root at localhost','http://www.geeklog.net/','',getdate(),28800,NULL,3,0)
  
  set identity_insert {$_TABLES['users']} off




More information about the geeklog-cvs mailing list