forked from extern/egroupware
Fixed permissions not being displayed properly
This commit is contained in:
parent
5b2d194523
commit
43b34b0e97
@ -113,6 +113,8 @@
|
||||
$phpgw->common->header();
|
||||
$phpgw->common->navbar();
|
||||
|
||||
$phpgw->db->query("select loginid from accounts where con='$con'");
|
||||
$phpgw->db->next_record();
|
||||
$db_perms = $phpgw->accounts->read_apps($phpgw->db->f("loginid"));
|
||||
|
||||
$phpgw->db->query("select * from accounts where con='$con'");
|
||||
|
@ -18,6 +18,8 @@
|
||||
if (! $con)
|
||||
Header("Location: " . $phpgw->link("accounts.php"));
|
||||
|
||||
$phpgw->db->query("select loginid from accounts where con='$con'");
|
||||
$phpgw->db->next_record();
|
||||
$db_perms = $phpgw->accounts->read_apps($phpgw->db->f("loginid"));
|
||||
|
||||
$phpgw->db->query("select * from accounts where con='$con'");
|
||||
|
Loading…
Reference in New Issue
Block a user