Correct syntax

This commit is contained in:
Miles Lott 2001-06-11 23:44:31 +00:00
parent e61d69bb42
commit ab823d410a

View File

@ -9,6 +9,6 @@
* option) any later version. *
\**************************************************************************/
$oProc->query ("INSERT INTO phpgw_vfs VALUES (1,0,0,NULL,'2000-01-01',NULL,NULL,'Directory','Y',NULL,'phpwebhosting','/',''");
$oProc->query ("INSERT INTO phpgw_vfs VALUES (2,0,0,NULL,'2000-01-01',NULL,NULL,'Directory','Y',NULL,'phpwebhosting','/','home'");
$oProc->query ("INSERT INTO phpgw_vfs VALUES (1,0,0,NULL,'2000-01-01',NULL,NULL,'Directory','Y',NULL,'phpwebhosting','/','')");
$oProc->query ("INSERT INTO phpgw_vfs VALUES (2,0,0,NULL,'2000-01-01',NULL,NULL,'Directory','Y',NULL,'phpwebhosting','/','home')");
?>