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/local/functions/function.wf_debug.php

    r795 r7655  
    1414        /* prepare the backtrace array */ 
    1515        $importantBacktrace = array(); 
    16         for ($i = 0; $i < count($backTrace); $i++) 
     16    $backTrace_count = count($backTrace); 
     17        for ($i = 0; $i < $backTrace_count; ++$i) 
    1718        { 
    1819                if (strpos($backTrace[$i]['file'], 'class.run_activity.inc.php') !== false) 
Note: See TracChangeset for help on using the changeset viewer.