phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18515] stop non core modules being enabled by defaul


From: Dave Hall
Subject: [Phpgroupware-cvs] [18515] stop non core modules being enabled by default
Date: Thu, 10 Apr 2008 02:26:31 +0000

Revision: 18515
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18515
Author:   skwashd
Date:     2008-04-10 02:26:30 +0000 (Thu, 10 Apr 2008)

Log Message:
-----------
stop non core modules being enabled by default

Modified Paths:
--------------
    trunk/setup/setup_demo.php

Modified: trunk/setup/setup_demo.php
===================================================================
--- trunk/setup/setup_demo.php  2008-04-09 15:18:20 UTC (rev 18514)
+++ trunk/setup/setup_demo.php  2008-04-10 02:26:30 UTC (rev 18515)
@@ -203,10 +203,6 @@
                        $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('todo','run'," . $defaultgroupid . ", 1)");
                        $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('manual','run'," . $defaultgroupid . ", 1)");
                        $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('preferences','run'," . $defaultgroupid . ", 1)");
-                       $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('felamimail','run'," . $defaultgroupid . ", 1)");
-                       $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('property','run'," . $defaultgroupid . ", 1)");
-                       $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('hrm','run'," 
. $defaultgroupid . ", 1)");
-                       $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('sms','run'," 
. $defaultgroupid . ", 1)");
 
                        insert_default_prefs(-2, $defaultgroupid);      // set 
some default prefs
 
@@ -236,10 +232,8 @@
                        $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('calendar','run'," . $accountid . ", 1)");
                        $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('email','run'," . $accountid . ", 1)");
                        $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('notes','run'," . $accountid . ", 1)");
-                       $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('nntp','run'," . $accountid . ", 1)");
                        $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('todo','run'," . $accountid . ", 1)");
                        $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('manual','run'," . $accountid . ", 1)");
-                       $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('infolog','run'," . $accountid . ", 1)");
                        $GLOBALS['phpgw_setup']->db->transaction_commit();
 
                        Header('Location: index.php');






reply via email to

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