Ignore:
Timestamp:
01/11/13 08:48:41 (11 years ago)
Author:
marcieli
Message:

Ticket #3236 - Correcoes de seguranca com base no segundo relatorio emitido.

File:
1 edited

Legend:

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

    r7712 r7730  
    57555755                        if ($control_data['action'] == lang('Delete selected contacts')) 
    57565756                        { 
    5757                                 for ($i=0; $i<count($control_data['delete']); ++$i) 
     5757                $control_data_count = count($control_data['delete']); 
     5758                                for ($i=0; $i<$control_data_count; ++$i) 
    57585759                                { 
    57595760                                        $id = $control_data['delete'][$i]; 
Note: See TracChangeset for help on using the changeset viewer.