Changeset 17382


Ignore:
Timestamp:
2008/06/30 11:26:55 (16 years ago)
Author:
satou
Message:

#313 キャンペーンからの仮登録完了メールのバグを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/pages/campaign/LC_Page_CampaignEntry.php

    r16636 r17382  
    164164                    // 仮登録完了メール送信 
    165165                    $this->CONF = $CONF; 
    166                     $this->to_name01 = $_POST['name01']; 
    167                     $this->to_name02 = $_POST['name02']; 
     166                    $this->name01 = $_POST['name01']; 
     167                    $this->name02 = $_POST['name02']; 
    168168                    $objMailText = new SC_SiteView(); 
    169169                    $objMailText->assignobj($this); 
Note: See TracChangeset for help on using the changeset viewer.