mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
read_group_names() is working again
This commit is contained in:
parent
e98124bfdb
commit
0637628c84
@ -112,12 +112,12 @@
|
||||
|
||||
$phpgw->common->header();
|
||||
$phpgw->common->navbar();
|
||||
|
||||
$account_status = $phpgw->db->f("status");
|
||||
|
||||
$db_perms = $phpgw->accounts->read_apps($phpgw->db->f("loginid"));
|
||||
|
||||
$phpgw->db->query("select * from accounts where con='$con'");
|
||||
$phpgw->db->next_record();
|
||||
$account_status = $phpgw->db->f("status");
|
||||
?>
|
||||
|
||||
<form method="POST" action="editaccount.php">
|
||||
@ -197,6 +197,7 @@
|
||||
$i++;
|
||||
}
|
||||
|
||||
/*
|
||||
echo "<tr><td>" . lang_admin("Anonymous user") . "</td><td><input type=\""
|
||||
. "checkbox\" name=\"new_permissions[anonymous]\" value=\"True\"";
|
||||
if ($db_perms["anonymous"] || $new_permissions[anonymous])
|
||||
@ -208,6 +209,7 @@
|
||||
if ($db_perms["manager"] || $new_permissions[manager])
|
||||
echo " checked";
|
||||
echo "></td></tr>";
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
|
@ -169,12 +169,14 @@
|
||||
$i++;
|
||||
}
|
||||
|
||||
/*
|
||||
// Just until we can get thing the $phpgw_info["apps"] then figured out
|
||||
echo "<tr><td>" . lang_admin("Anonymous user") . "</td> <td><input type=\""
|
||||
. "checkbox\" name=\"new_permissions[anonymous]\" value=\"Y\"></td>";
|
||||
|
||||
echo "<td>" . lang_admin("Manager") . "</td> <td><input type=\""
|
||||
. "checkbox\" name=\"new_permissions[manager]\" value=\"Y\"></td></tr>";
|
||||
*/
|
||||
|
||||
?>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user