phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wiki/setup default_records.inc.php,1.2,1.3


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/setup default_records.inc.php,1.2,1.3
Date: Tue, 04 Mar 2003 13:04:46 -0500

Update of /cvsroot/phpgroupware/wiki/setup
In directory subversions:/tmp/cvs-serv16702

Modified Files:
        default_records.inc.php 
Log Message:
some fixes to run under other db's then mysql

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/setup/default_records.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** default_records.inc.php     3 Mar 2003 14:45:13 -0000       1.2
--- default_records.inc.php     4 Mar 2003 18:04:44 -0000       1.3
***************
*** 13,18 ****
  
  
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('RecentChanges',1,UNIX_TIMESTAMP(),UNIX_TIMESTAMP(),'setup','localhost','[[! 
*]]\n')");
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('PhpGroupWare',1,UNIX_TIMESTAMP(),UNIX_TIMESTAMP(),'setup','localhost','= 
PhpGroupWare =
        
  Welcome to \\'\\'\\'Wiki\\'\\'\\' - the PhpGroupWare Version of 
\\'\\'\\'WikkiTikkiTavi\\'\\'\\'. Wikis are a revolutionary new form of 
collaboration and online community.
--- 13,19 ----
  
  
!       $time = time();
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('RecentChanges',1,$time,$time,'setup','localhost','[[! *]]\n')");
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('PhpGroupWare',1,$time,$time,'setup','localhost','= PhpGroupWare =
        
  Welcome to \\'\\'\\'Wiki\\'\\'\\' - the PhpGroupWare Version of 
\\'\\'\\'WikkiTikkiTavi\\'\\'\\'. Wikis are a revolutionary new form of 
collaboration and online community.
***************
*** 20,24 ****
  \\'\\'\\'PhpGroupWare\\'\\'\\' is the groupware suite you are useing right 
now. For further information see http://www.phpgroupware.org')");
        
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('WikkiTikkiTavi',1,UNIX_TIMESTAMP(),UNIX_TIMESTAMP(),'setup','localhost','= 
WikkiTikkiTavi =
  
  WikkiTikkiTavi is the original version this documentation system.
--- 21,25 ----
  \\'\\'\\'PhpGroupWare\\'\\'\\' is the groupware suite you are useing right 
now. For further information see http://www.phpgroupware.org')");
        
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body) VALUES 
('WikkiTikkiTavi',1,$time,$time,'setup','localhost','= WikkiTikkiTavi =
  
  WikkiTikkiTavi is the original version this documentation system.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]