Ignore:
Timestamp:
2011/01/17 05:47:34 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • EC-CUBE標準規約に準拠した定数名とする。

#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/graph/SC_GraphBar.php

    r18701 r19938  
    2121 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2222 */ 
    23 $SC_GRAPHBAR_DIR = realpath(dirname( __FILE__)); 
    24 require_once($SC_GRAPHBAR_DIR . "/SC_GraphLine.php"); 
     23 
     24$ownDir = realpath(dirname(__FILE__)) . '/'; 
     25require_once $ownDir . 'SC_GraphLine.php'; 
    2526 
    2627// 棒グラフ生成クラス 
Note: See TracChangeset for help on using the changeset viewer.