Changeset 18393


Ignore:
Timestamp:
2009/11/23 00:00:00 (14 years ago)
Author:
Seasoft
Message:

一部のみデフォルト値を設定するのは誤りと思われるので、外した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/graph/SC_GraphBase.php

    r16741 r18393  
    182182 
    183183    // コンストラクタ 
    184     function SC_GraphBase($bgw = BG_WIDTH, $bgh = BG_HEIGHT, $left, $top) { 
     184    function SC_GraphBase($bgw, $bgh, $left, $top) { 
    185185        $this->init(); 
    186186        // 画像作成 
Note: See TracChangeset for help on using the changeset viewer.