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/library/csstidy/class.csstidy_optimise.php

    r7673 r7712  
    302302            $color_tmp = substr($color,4,strlen($color)-5); 
    303303            $color_tmp = explode(',',$color_tmp); 
    304             $color_tmp_count = count($color_tmp); 
    305             for ( $i = 0; $i < $color_tmp_count; ++$i ) 
     304            for ( $i = 0; $i < count($color_tmp); ++$i ) 
    306305            { 
    307306                $color_tmp[$i] = trim ($color_tmp[$i]); 
Note: See TracChangeset for help on using the changeset viewer.