Changeset 17668


Ignore:
Timestamp:
2008/10/28 20:53:16 (15 years ago)
Author:
homan
Message:

#370 メルマガ配信予約機能を利用したときの日付が勝手に変わる不具合修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/admin/mail/LC_Page_Admin_Mail.php

    r17580 r17668  
    290290            $this->arrNowDate['year'] = isset($_POST['send_year']) ? $_POST['send_year'] : ""; 
    291291            $this->arrNowDate['month'] = isset($_POST['send_month']) ? $_POST['send_month'] : ""; 
    292             $this->arrNowDate['day'] = isset($_POST['send_day']) ? $_POST['send_month'] : ""; 
     292            $this->arrNowDate['day'] = isset($_POST['send_day']) ? $_POST['send_day'] : ""; 
    293293            $this->arrNowDate['hour'] = isset($_POST['send_hour']) ? $_POST['send_hour'] : ""; 
    294294            $this->arrNowDate['minutes'] = isset($_POST['send_minutes']) ? $_POST['send_minutes'] : ""; 
Note: See TracChangeset for help on using the changeset viewer.