Ignore:
Timestamp:
12/18/12 16:15:29 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Correcoes para Performance: Function Within Loop Declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.soap_server.inc.php

    r7655 r7673  
    359359                                                } 
    360360                                                // validate each param's type 
    361                                                 for($i=0; $i < count($p); ++$i) 
     361                        $p_count = count($p); 
     362                                                for($i=0; $i < $p_count; ++$i) 
    362363                                                { 
    363364                                                        // type not match 
Note: See TracChangeset for help on using the changeset viewer.