Ignore:
Timestamp:
12/14/12 14:30:35 (11 years ago)
Author:
douglasz
Message:

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

File:
1 edited

Legend:

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

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