Ignore:
Timestamp:
12/14/12 14:30:35 (12 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/xajaxResponse.inc.php

    r5307 r7655  
    257257                if ($queryStart !== FALSE) 
    258258                { 
    259                         $queryStart++; 
     259                        ++$queryStart; 
    260260                        $queryEnd = strpos($sURL, '#', $queryStart); 
    261261                        if ($queryEnd === FALSE) 
Note: See TracChangeset for help on using the changeset viewer.