forked from extern/egroupware
change of convert_string_to_names_access()
This commit is contained in:
parent
a0aaabcaae
commit
6ff706097f
@ -103,7 +103,7 @@
|
||||
$phpgw->template->parse("output","list",True);
|
||||
|
||||
if($cal_info->groups) {
|
||||
$cal_groups = explode(",",$phpgw->accounts->convert_str_to_names_access($cal_info->groups));
|
||||
$cal_groups = explode(",",$phpgw->accounts->convert_string_to_names_access($cal_info->groups));
|
||||
$cal_grps = "";
|
||||
for($i=1;$i<=count($cal_groups);$i++) {
|
||||
if($i>1) $cal_grps .= "<br>";
|
||||
|
@ -1,5 +1,6 @@
|
||||
[0.9.5] - Fixed NNTP preferences.
|
||||
- Fixed NNTP read_message - missed converting call for VFS.
|
||||
- Fixed calendar view of events - change of convert_string_to_names_access().
|
||||
|
||||
[0.9.4] - Fixed calendar week view.
|
||||
- Displays calendar items in day view without start times.
|
||||
|
Loading…
Reference in New Issue
Block a user