Changeset 22926 for branches/version-2_13-dev/data/class/pages/rss
- Timestamp:
- 2013/06/30 01:24:23 (13 years ago)
- Location:
- branches/version-2_13-dev/data/class/pages/rss
- Files:
-
- 2 edited
-
LC_Page_Rss.php (modified) (1 diff)
-
LC_Page_Rss_Products.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/rss/LC_Page_Rss.php
r22857 r22926 81 81 82 82 /** 83 * デストラクタ.84 *85 * @return void86 */87 function destroy()88 {89 parent::destroy();90 }91 92 /**93 83 * 新着情報を取得する 94 84 * -
branches/version-2_13-dev/data/class/pages/rss/LC_Page_Rss_Products.php
r22857 r22926 114 114 //画面表示 115 115 $objView->display($this->tpl_mainpage, true); 116 }117 118 /**119 * デストラクタ.120 *121 * @return void122 */123 function destroy()124 {125 parent::destroy();126 116 } 127 117
Note: See TracChangeset
for help on using the changeset viewer.
