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: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpwebhosting/setup default_records.inc.php,1.7,1.7.2.1
Date: Fri, 13 Sep 2002 22:00:08 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        default_records.inc.php 
Log Message:
GNU Patch #515.

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpwebhosting/setup/default_records.inc.php,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** default_records.inc.php     24 Aug 2001 22:18:03 -0000      1.7
--- default_records.inc.php     14 Sep 2002 02:00:06 -0000      1.7.2.1
***************
*** 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,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, content) 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, content) 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]