phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [19105] Fix the hook for group / account new system (


From: Caeies
Subject: [Phpgroupware-cvs] [19105] Fix the hook for group / account new system (no more array)
Date: Wed, 11 Mar 2009 16:05:22 +0000

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,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]