Ignore:
Timestamp:
01/08/13 10:35:42 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Revisao das Melhorias de performance no codigo do Expresso.

File:
1 edited

Legend:

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

    r7681 r7712  
    28702870 
    28712871                        //verifica se todos os participantes rejeitaram o evento 
    2872             $sts_count = count($sts); 
    2873                         for($i = 0; $i < $sts_count; ++$i ){ 
     2872                        for($i = 0; $i < count($sts); ++$i ){ 
    28742873                                if( $sts[i] === "R") 
    28752874                                        unset( $sts[i] ); 
Note: See TracChangeset for help on using the changeset viewer.