Ignore:
Timestamp:
2010/12/31 14:43:16 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

  • 一斉置換前の現状記録のためのコミット

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php

    r19788 r19803  
    2323 
    2424// {{{ requires 
    25 require_once(CLASS_PATH . "pages/LC_Page.php"); 
    26 if (file_exists(MODULE_PATH . "mdl_gmopg/inc/function.php")) { 
    27     require_once(MODULE_PATH . "mdl_gmopg/inc/function.php"); 
     25require_once(CLASS_FILE_PATH . "pages/LC_Page.php"); 
     26if (file_exists(MODULE_FILE_PATH . "mdl_gmopg/inc/function.php")) { 
     27    require_once(MODULE_FILE_PATH . "mdl_gmopg/inc/function.php"); 
    2828} 
    2929 
Note: See TracChangeset for help on using the changeset viewer.