Ignore:
Timestamp:
2008/02/04 17:25:08 (16 years ago)
Author:
kishida
Message:

$this->tpl_kara_mail_from = $_POSTemail? = $_SESSIONmobile?kara_mail_from?;を2行に分けて代入するようにする/岸田

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/entry/LC_Page_Entry.php

    r16997 r17021  
    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.