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.4,1.5


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/setup default_records.inc.php,1.4,1.5
Date: Fri, 21 Mar 2003 18:43:59 -0500

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

Modified Files:
        default_records.inc.php 
Log Message:
fix for case-sensitive titles in pgSql


Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/setup/default_records.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** default_records.inc.php     5 Mar 2003 12:17:22 -0000       1.4
--- default_records.inc.php     21 Mar 2003 23:43:56 -0000      1.5
***************
*** 15,28 ****
        $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.
! Their documentation is usable for the PhpGroupWare \\'\\'\\'Wiki\\'\\'\\' too.
  
  The documentation of WikkiTikkiTavi is online availible at: 
http://tavi.sourceforge.net
--- 15,26 ----
        $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','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.
! Their documentation is usable for the ((phpGroupWare)) \\'\\'\\'Wiki\\'\\'\\' 
too.
  
  The documentation of WikkiTikkiTavi is online availible at: 
http://tavi.sourceforge.net





reply via email to

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