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/class.utils.xml.php

    r795 r7655  
    203203                static $attrLevel = -1; 
    204204                static $fnstAttr = TRUE; 
    205                 $attrLevel++; 
     205                ++$attrLevel; 
    206206                // built $this->track; 
    207207                $this->track[] = $tag; 
Note: See TracChangeset for help on using the changeset viewer.