Updates needed for phpwebhosting -> filemanager name change

This commit is contained in:
Zone 2002-09-21 05:15:32 +00:00
parent e8557e47dd
commit 71ec2f0197
7 changed files with 7 additions and 9 deletions

View File

@ -720,7 +720,7 @@
'projects' => True,
'phonelog' => True,
'infolog' => True,
'phpwebhosting' => True
'filemanager' => True
);
$sbox = createobject('phpgwapi.sbox');

View File

@ -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';

View File

@ -65,7 +65,6 @@
'phpgwapi',
'phpgwnetsaint',
'phpsysinfo',
'phpwebhosting',
'polls',
'preferences',
'projects',

View File

@ -337,7 +337,7 @@
'email',
'notes',
'todo',
'phpwebhosting',
'filemanager',
'manual'
);

View File

@ -746,7 +746,7 @@
'email',
'notes',
'todo',
'phpwebhosting',
'filemanager',
'manual'
);

View File

@ -376,7 +376,7 @@
'email',
'notes',
'todo',
'phpwebhosting',
'filemanager',
'manual'
);

View File

@ -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)");