phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/setup/default_records.inc.php, 1.14


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/setup/default_records.inc.php, 1.14
Date: Thu, 27 May 2004 06:59:22 +0200

Update of /phpgwapi/setup
Modified Files:
        Branch: 
          default_records.inc.php

date: 2004/05/27 04:59:22;  author: skwashd;  state: Exp;  lines: +4 -1

Log Message:
merge from 16
=====================================================================
Index: phpgwapi/setup/default_records.inc.php
diff -u phpgwapi/setup/default_records.inc.php:1.13 
phpgwapi/setup/default_records.inc.php:1.14
--- phpgwapi/setup/default_records.inc.php:1.13 Wed Oct  8 06:40:13 2003
+++ phpgwapi/setup/default_records.inc.php      Thu May 27 04:59:22 2004
@@ -160,4 +160,7 @@
 
        $GLOBALS['phpgw_setup']->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 
(0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','', NULL, 
NULL,'')");
        $GLOBALS['phpgw_setup']->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 
(0,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','home', NULL, 
NULL,'')");
+       
+       //Force users to config new installs
+       $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_config 
VALUES('phpgwapi', 'freshinstall', '1')");
 ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]