- Timestamp:
- 2008/02/04 17:25:08 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/entry/LC_Page_Entry.php
r16997 r17021 259 259 // 空メール 260 260 if (isset($_SESSION['mobile']['kara_mail_from'])) { 261 $this->tpl_kara_mail_from = $_POST['email'] = $_SESSION['mobile']['kara_mail_from']; 261 $_POST['email'] = $_SESSION['mobile']['kara_mail_from']; 262 $this->tpl_kara_mail_from = $_POST['email']; 262 263 } elseif (MOBILE_USE_KARA_MAIL) { 263 264 $token = $objMobile->gfPrepareKaraMail('entry/index.php');
Note: See TracChangeset
for help on using the changeset viewer.