Revision: 19105
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19105
Author: Caeies
Date: 2009-03-11 16:05:22 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
Fix the hook for group / account new system (no more array)
Modified Paths:
--------------
core/trunk/calendar/inc/hook_settings.inc.php
Modified: core/trunk/calendar/inc/hook_settings.inc.php
===================================================================
--- core/trunk/calendar/inc/hook_settings.inc.php 2009-03-11 16:04:30 UTC
(rev 19104)
+++ core/trunk/calendar/inc/hook_settings.inc.php 2009-03-11 16:05:22 UTC
(rev 19105)
@@ -132,7 +132,7 @@
{
foreach($groups as $group)
{
- $options[$group['account_id']] =
$GLOBALS['phpgw']->common->grab_owner_name($group['account_id']);
+ $options[$group->id] =
$GLOBALS['phpgw']->common->grab_owner_name($group->id);
}
}
create_select_box('Preselected group for entering the
planner','planner_start_with_group',$options,
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs