Changeset 17029 for branches/comu-ver2


Ignore:
Timestamp:
2008/02/05 15:00:46 (16 years ago)
Author:
adachi
Message:

merged feature-module-update r17021

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/entry/LC_Page_Entry.php

    r16997 r17029  
    259259        // 空メール 
    260260        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']; 
    262263        } elseif (MOBILE_USE_KARA_MAIL) { 
    263264            $token = $objMobile->gfPrepareKaraMail('entry/index.php'); 
Note: See TracChangeset for help on using the changeset viewer.