phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpwebhosting/setup default_records.inc.php,1.7,


From: Jason Wies <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpwebhosting/setup default_records.inc.php,1.7,1.8
Date: Sun, 13 Jan 2002 14:37:50 -0500

Update of /cvsroot/phpgroupware/phpwebhosting/setup
In directory subversions:/tmp/cvs-serv31767

Modified Files:
        default_records.inc.php 
Log Message:
Move default VFS records to API

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpwebhosting/setup/default_records.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** default_records.inc.php     24 Aug 2001 22:18:03 -0000      1.7
--- default_records.inc.php     13 Jan 2002 19:37:48 -0000      1.8
***************
*** 12,17 ****
    /* $Id$ */
  
-       $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)");
- 
  ?>
--- 12,14 ----




reply via email to

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