Ignore:
Timestamp:
2011/01/17 14:53:52 (13 years ago)
Author:
Seasoft
Message:

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

  • パラメータサフィックスの変更 *_URL_PATH → *_URLPATH
File:
1 edited

Legend:

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

    r19833 r19943  
    309309            print("<title>" . $retProduct[0]["name"] . "</title>"); 
    310310            print("<link>"); 
    311             print(HTTP_URL . substr(P_DETAIL_URL_PATH, strlen(URL_PATH)) . $product_id); 
     311            print(HTTP_URL . substr(P_DETAIL_URLPATH, strlen(URL_PATH)) . $product_id); 
    312312            print("</link>"); 
    313313            print("<description>"); 
Note: See TracChangeset for help on using the changeset viewer.