Changeset 15628


Ignore:
Timestamp:
2007/09/06 12:23:16 (17 years ago)
Author:
nanasess
Message:

未定義変数の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/graph/SC_GraphLine.php

    r15599 r15628  
    117117                $x_pos = $x; 
    118118 
    119                 if ($bar) $bar_margin = -15; 
     119                if ($bar) { 
     120                    $bar_margin = -15; 
     121                } else { 
     122                    $bar_margin = 0; 
     123                } 
    120124 
    121125                $this->setText(FONT_SIZE, $x_pos + $this->x_margin + $bar_margin, $pos + FONT_SIZE + $this->y_margin, $this->arrXLabel[$i], NULL, $this->XLabelAngle); 
Note: See TracChangeset for help on using the changeset viewer.