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/workflow/inc/report/xajax/xajax.inc.php

    r5307 r7655  
    608608                if ($bFoundFunction) 
    609609                { 
    610                         for ($i = 0; $i < sizeof($aArgs); $i++) 
     610                        for ($i = 0; $i < sizeof($aArgs); ++$i) 
    611611                        { 
    612612                                // If magic quotes is on, then we need to strip the slashes from the args 
Note: See TracChangeset for help on using the changeset viewer.