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.3,1.4


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/setup default_records.inc.php,1.3,1.4
Date: Wed, 05 Mar 2003 07:17:26 -0500

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

Modified Files:
        default_records.inc.php 
Log Message:
update for pgsql


Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/setup/default_records.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** default_records.inc.php     4 Mar 2003 18:04:44 -0000       1.3
--- default_records.inc.php     5 Mar 2003 12:17:22 -0000       1.4
***************
*** 14,25 ****
  
        $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.
  
! \\'\\'\\'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.
--- 14,25 ----
  
        $time = time();
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body,comment) VALUES 
('RecentChanges',1,$time,$time,'setup','localhost','[[! *]]\n','')");
!       $oProc->query("INSERT INTO phpgw_wiki_pages 
(title,version,time,supercede,username,author,body,comment) 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.
  
! \\'\\'\\'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,comment) VALUES 
('WikkiTikkiTavi',1,$time,$time,'setup','localhost','= WikkiTikkiTavi =
  
  WikkiTikkiTavi is the original version this documentation system.
***************
*** 27,30 ****
  
  The documentation of WikkiTikkiTavi is online availible at: 
http://tavi.sourceforge.net
! You can learn about Wiki formatting at 
http://tavi.sourceforge.net/FormattingRules\n')");
        
--- 27,30 ----
  
  The documentation of WikkiTikkiTavi is online availible at: 
http://tavi.sourceforge.net
! You can learn about Wiki formatting at 
http://tavi.sourceforge.net/FormattingRules\n','')");
        





reply via email to

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