mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
call a different hooks for "new user" and "modify user"
This commit is contained in:
parent
e84c60be92
commit
0d342d2916
@ -77,7 +77,7 @@
|
|||||||
// start inlcuding other admin tools
|
// start inlcuding other admin tools
|
||||||
while(list($key,$value) = each($phpgw_info["user"]["app_perms"]))
|
while(list($key,$value) = each($phpgw_info["user"]["app_perms"]))
|
||||||
{
|
{
|
||||||
$phpgw->common->hook_single("update_user_data", $value);
|
$phpgw->common->hook_single("add_user_data", $value);
|
||||||
}
|
}
|
||||||
|
|
||||||
Header("Location: " . $phpgw->link("accounts.php","cd=$cd"));
|
Header("Location: " . $phpgw->link("accounts.php","cd=$cd"));
|
||||||
|
Loading…
Reference in New Issue
Block a user