removed the "DELETE FROM phpgw_vfs" as it would also delete all other vfs entries and not only the filemanager ones

This commit is contained in:
Ralf Becker 2004-07-02 22:19:56 +00:00
parent 66a2bb7806
commit 8bab4b94a0

View File

@ -11,7 +11,6 @@
/* $Id$ */
$oProc->query("DELETE FROM phpgw_vfs");
$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)");