From d8528bba336cef7f6dc5b51d260470271549df7b Mon Sep 17 00:00:00 2001 From: Zone Date: Sun, 13 Jan 2002 19:37:48 +0000 Subject: [PATCH] Move default VFS records to API --- filemanager/setup/default_records.inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/filemanager/setup/default_records.inc.php b/filemanager/setup/default_records.inc.php index ccd0434b6f..2133854f31 100644 --- a/filemanager/setup/default_records.inc.php +++ b/filemanager/setup/default_records.inc.php @@ -11,7 +11,4 @@ /* $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)"); - ?>