mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
improper group info on new groups causing navbar problems
This commit is contained in:
parent
f0681bc53e
commit
5001c5bdbd
@ -45,7 +45,7 @@
|
||||
for ($i=0; $i<count($n_users);$i++) {
|
||||
$phpgw->db->query("SELECT account_groups FROM accounts WHERE account_id=".$n_users[$i]);
|
||||
$phpgw->db->next_record();
|
||||
$user_groups = $phpgw->db->f("account_groups") . ",$group_con,";
|
||||
$user_groups = $phpgw->db->f("account_groups") . ",$group_con:0,";
|
||||
|
||||
$user_groups = ereg_replace(",,",",",$user_groups);
|
||||
$phpgw->db->query("UPDATE accounts SET account_groups='$user_groups' WHERE account_id=".$n_users[$i]);
|
||||
|
@ -11,6 +11,7 @@
|
||||
- Applied Patch #101321 - CZECH lang translation. Thanks Petr Moses <pmoses@users.sourceforge.net>
|
||||
- Now ISO 639 compliant with language translation id.
|
||||
- Applied Patch #101828 - Swedish lang translation. Thanks Kjell Claesson <keyson@users.sourceforge.net>
|
||||
- Fixed group management with new groups and navbar problems.
|
||||
|
||||
[0.9.1] - Fixed a few missing variables with templates.
|
||||
- editing a product in the inventory program now forwards you back to the category
|
||||
|
Loading…
Reference in New Issue
Block a user