mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 06:58:39 +01:00
Fixed permissions not being displayed properly
This commit is contained in:
parent
5b2d194523
commit
43b34b0e97
@ -113,6 +113,8 @@
|
|||||||
$phpgw->common->header();
|
$phpgw->common->header();
|
||||||
$phpgw->common->navbar();
|
$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"));
|
$db_perms = $phpgw->accounts->read_apps($phpgw->db->f("loginid"));
|
||||||
|
|
||||||
$phpgw->db->query("select * from accounts where con='$con'");
|
$phpgw->db->query("select * from accounts where con='$con'");
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
if (! $con)
|
if (! $con)
|
||||||
Header("Location: " . $phpgw->link("accounts.php"));
|
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"));
|
$db_perms = $phpgw->accounts->read_apps($phpgw->db->f("loginid"));
|
||||||
|
|
||||||
$phpgw->db->query("select * from accounts where con='$con'");
|
$phpgw->db->query("select * from accounts where con='$con'");
|
||||||
|
Loading…
Reference in New Issue
Block a user