Ignore:
Timestamp:
12/19/12 16:44:18 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Correcoes para Best Practice: Short Open Tag e Best Practice: Always Quote Array Keys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/class.uialarm.inc.php

    r5132 r7681  
    207207                                                'data'     => lang('Email Notification'), 
    208208                                                'owner'    => $GLOBALS['phpgw']->common->grab_owner_name($alarm['owner']), 
    209                                                 'select'   => $this->html->checkbox("alarm[$alarm[id]]") 
     209                                                'select'   => $this->html->checkbox("alarm[{$alarm['id']}]") 
    210210                                        ); 
    211211                                        if ($this->bo->check_perms(PHPGW_ACL_DELETEALARM,$alarm['owner'])) 
Note: See TracChangeset for help on using the changeset viewer.