From 71ec2f0197d1123086ff93bd320aaf2827ad9fe8 Mon Sep 17 00:00:00 2001 From: Zone Date: Sat, 21 Sep 2002 05:15:32 +0000 Subject: [PATCH] Updates needed for phpwebhosting -> filemanager name change --- admin/inc/class.uiaccounts.inc.php | 2 +- doc/cvs_full_checkout.php | 1 - doc/cvs_full_checkout.pl | 1 - phpgwapi/inc/class.accounts_contacts.inc.php | 2 +- phpgwapi/inc/class.accounts_ldap.inc.php | 2 +- phpgwapi/inc/class.accounts_sql.inc.php | 4 ++-- setup/setup_demo.php | 4 ++-- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/admin/inc/class.uiaccounts.inc.php b/admin/inc/class.uiaccounts.inc.php index e07202b8c1..f0b0b79ec1 100755 --- a/admin/inc/class.uiaccounts.inc.php +++ b/admin/inc/class.uiaccounts.inc.php @@ -720,7 +720,7 @@ 'projects' => True, 'phonelog' => True, 'infolog' => True, - 'phpwebhosting' => True + 'filemanager' => True ); $sbox = createobject('phpgwapi.sbox'); diff --git a/doc/cvs_full_checkout.php b/doc/cvs_full_checkout.php index 6cf7253896..f235f4ad3e 100755 --- a/doc/cvs_full_checkout.php +++ b/doc/cvs_full_checkout.php @@ -67,7 +67,6 @@ $co_modules[] = 'phpgwapi'; $co_modules[] = 'phpgwnetsaint'; $co_modules[] = 'phpsysinfo'; - $co_modules[] = 'phpwebhosting'; $co_modules[] = 'polls'; $co_modules[] = 'preferences'; $co_modules[] = 'projects'; diff --git a/doc/cvs_full_checkout.pl b/doc/cvs_full_checkout.pl index ba9cd55607..7bcd3766bd 100755 --- a/doc/cvs_full_checkout.pl +++ b/doc/cvs_full_checkout.pl @@ -65,7 +65,6 @@ 'phpgwapi', 'phpgwnetsaint', 'phpsysinfo', - 'phpwebhosting', 'polls', 'preferences', 'projects', diff --git a/phpgwapi/inc/class.accounts_contacts.inc.php b/phpgwapi/inc/class.accounts_contacts.inc.php index 0c2f5d56aa..47357a5872 100644 --- a/phpgwapi/inc/class.accounts_contacts.inc.php +++ b/phpgwapi/inc/class.accounts_contacts.inc.php @@ -337,7 +337,7 @@ 'email', 'notes', 'todo', - 'phpwebhosting', + 'filemanager', 'manual' ); diff --git a/phpgwapi/inc/class.accounts_ldap.inc.php b/phpgwapi/inc/class.accounts_ldap.inc.php index 83ca186dd5..a120de851e 100644 --- a/phpgwapi/inc/class.accounts_ldap.inc.php +++ b/phpgwapi/inc/class.accounts_ldap.inc.php @@ -746,7 +746,7 @@ 'email', 'notes', 'todo', - 'phpwebhosting', + 'filemanager', 'manual' ); diff --git a/phpgwapi/inc/class.accounts_sql.inc.php b/phpgwapi/inc/class.accounts_sql.inc.php index 0725b65d7b..d63464b8ba 100644 --- a/phpgwapi/inc/class.accounts_sql.inc.php +++ b/phpgwapi/inc/class.accounts_sql.inc.php @@ -376,7 +376,7 @@ 'email', 'notes', 'todo', - 'phpwebhosting', + 'filemanager', 'manual' ); @@ -431,4 +431,4 @@ } /*! @class_end accounts - */ \ No newline at end of file + */ diff --git a/setup/setup_demo.php b/setup/setup_demo.php index 2d7bed92c5..56838623bb 100644 --- a/setup/setup_demo.php +++ b/setup/setup_demo.php @@ -152,7 +152,7 @@ /* Group perms for the default group */ $GLOBALS['phpgw_setup']->db->query("INSERT INTO phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('addressbook','run'," . $defaultgroupid . ", 1)"); - $GLOBALS['phpgw_setup']->db->query("INSERT INTO phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('phpwebhosting','run'," . $defaultgroupid . ", 1)"); + $GLOBALS['phpgw_setup']->db->query("INSERT INTO phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('filemanager','run'," . $defaultgroupid . ", 1)"); $GLOBALS['phpgw_setup']->db->query("INSERT INTO phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('calendar','run'," . $defaultgroupid . ", 1)"); $GLOBALS['phpgw_setup']->db->query("INSERT INTO phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('email','run'," . $defaultgroupid . ", 1)"); $GLOBALS['phpgw_setup']->db->query("INSERT INTO phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('notes','run'," . $defaultgroupid . ", 1)"); @@ -199,7 +199,7 @@ $GLOBALS['phpgw_setup']->db->query("INSERT INTO phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('preferences','changepassword', " . $accountid . ",1)"); $GLOBALS['phpgw_setup']->db->query("INSERT INTO phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('admin','run'," . $accountid . ", 1)"); $GLOBALS['phpgw_setup']->db->query("INSERT INTO phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('addressbook','run'," . $accountid . ", 1)"); - $GLOBALS['phpgw_setup']->db->query("INSERT INTO phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('phpwebhosting','run'," . $accountid . ", 1)"); + $GLOBALS['phpgw_setup']->db->query("INSERT INTO phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) VALUES('filemanager','run'," . $accountid . ", 1)"); $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)");