phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup default_records.inc.php,1.9,1.10


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup default_records.inc.php,1.9,1.10
Date: Fri, 13 Sep 2002 21:59:54 -0400

Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv1185/phpgwapi/setup

Modified Files:
        default_records.inc.php 
Log Message:
GNU Patch #515.

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/default_records.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** default_records.inc.php     1 Sep 2002 13:00:39 -0000       1.9
--- default_records.inc.php     14 Sep 2002 01:59:52 -0000      1.10
***************
*** 154,158 ****
        $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_interserv(server_name,server_host,server_url,trust_level,trust_rel,server_mode)
 VALUES ('phpGW 
cvsdemo',NULL,'http://www.phpgroupware.org/cvsdemo/xmlrpc.php',99,0,'xmlrpc')");
  
!       $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_vfs (owner_id, 
createdby_id, modifiedby_id, created, modified, size, mime_type, deleteable, 
comment, app, directory, name, link_directory, link_name) VALUES 
(0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','', NULL, NULL)");
!       $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_vfs (owner_id, 
createdby_id, modifiedby_id, created, modified, size, mime_type, deleteable, 
comment, app, directory, name, link_directory, link_name) VALUES 
(0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','home', NULL, 
NULL)");
! ?>
\ No newline at end of file
--- 154,158 ----
        $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_interserv(server_name,server_host,server_url,trust_level,trust_rel,server_mode)
 VALUES ('phpGW 
cvsdemo',NULL,'http://www.phpgroupware.org/cvsdemo/xmlrpc.php',99,0,'xmlrpc')");
  
!       $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_vfs (owner_id, 
createdby_id, modifiedby_id, created, modified, size, mime_type, deleteable, 
comment, app, directory, name, link_directory, link_name,content) VALUES 
(0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','', NULL, 
NULL,'')");
!       $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_vfs (owner_id, 
createdby_id, modifiedby_id, created, modified, size, mime_type, deleteable, 
comment, app, directory, name, link_directory, link_name,content) VALUES 
(0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','home', NULL, 
NULL,'')");
! ?>





reply via email to

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