Add Id tag

This commit is contained in:
Miles Lott 2001-08-11 10:31:39 +00:00
parent 824de4ee1d
commit b063c002ca
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,8 @@
* option) any later version. *
\**************************************************************************/
/* $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,NULL,'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,NULL,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','home', NULL, NULL)");

View File

@ -9,6 +9,7 @@
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$test[] = '0.9.13.001';
function phpwebhosting_upgrade0_9_13_001()