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


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup default_records.inc.php,1.4,1.5
Date: Sun, 13 Jan 2002 15:11:26 -0500

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

Modified Files:
        default_records.inc.php 
Log Message:
helping zone move two lines to the api



Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/default_records.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** default_records.inc.php     8 Jan 2002 14:23:32 -0000       1.4
--- default_records.inc.php     13 Jan 2002 20:11:23 -0000      1.5
***************
*** 153,155 ****
--- 153,158 ----
  
        $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')");
+ 
+       $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 
(1,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','', NULL, NULL)");
+       $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 
(2,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]