Ignore:
Timestamp:
01/11/13 08:48:41 (11 years ago)
Author:
marcieli
Message:

Ticket #3236 - Correcoes de seguranca com base no segundo relatorio emitido.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/phplot/phplot.php

    r7655 r7730  
    39063906            // Draw the bars 
    39073907            $oldv = 0; 
    3908             for ($idx = 0; $record < $this->num_recs[$row]; $record++, ++$idx) { 
     3908            for ($idx = 0; $record < $this->num_recs[$row]; ++$record, ++$idx) { 
    39093909                if (is_numeric($this->data[$row][$record])) {       // Allow for missing Y data 
    39103910 
Note: See TracChangeset for help on using the changeset viewer.