change of convert_string_to_names_access()

This commit is contained in:
skeeter 2000-11-22 12:11:39 +00:00
parent a0aaabcaae
commit 6ff706097f
2 changed files with 2 additions and 1 deletions

View File

@ -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>";

View File

@ -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.