Changeset 21769


Ignore:
Timestamp:
2012/04/18 17:52:52 (12 years ago)
Author:
shutta
Message:

#1296 SC_* のコンストラクタの拡張が無視される
r21767 のコミット漏れ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/graph/SC_Graph_Bar.php

    r21767 r21769  
    2525class SC_Graph_Bar extends SC_Graph_Line{ 
    2626    // コンストラクタ 
    27     function SC_Graph_Line( 
     27    function __construct( 
    2828        $bgw = BG_WIDTH, $bgh = BG_HEIGHT, $left = LINE_LEFT, $top = LINE_TOP, 
    2929        $area_width = LINE_AREA_WIDTH, $area_height = LINE_AREA_HEIGHT) { 
Note: See TracChangeset for help on using the changeset viewer.