Changeset 22926 for branches/version-2_13-dev/data/class/pages/contact
- Timestamp:
- 2013/06/30 01:24:23 (13 years ago)
- Location:
- branches/version-2_13-dev/data/class/pages/contact
- Files:
-
- 2 edited
-
LC_Page_Contact.php (modified) (1 diff)
-
LC_Page_Contact_Complete.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/contact/LC_Page_Contact.php
r22857 r22926 133 133 134 134 /** 135 * デストラクタ.136 *137 * @return void138 */139 function destroy()140 {141 parent::destroy();142 }143 144 /**145 135 * お問い合わせ入力時のパラメーター情報の初期化を行う. 146 136 * -
branches/version-2_13-dev/data/class/pages/contact/LC_Page_Contact_Complete.php
r22856 r22926 68 68 69 69 } 70 71 /**72 * デストラクタ.73 *74 * @return void75 */76 function destroy()77 {78 parent::destroy();79 }80 70 }
Note: See TracChangeset
for help on using the changeset viewer.
