Changeset 21446 for branches/version-2_12-dev/data/class/pages/admin/mail
- Timestamp:
- 2012/02/06 21:38:41 (15 years ago)
- Location:
- branches/version-2_12-dev/data/class/pages/admin/mail
- Files:
-
- 2 edited
-
LC_Page_Admin_Mail.php (modified) (2 diffs)
-
LC_Page_Admin_Mail_TemplateInput.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/admin/mail/LC_Page_Admin_Mail.php
r21444 r21446 57 57 $this->arrSex = $masterData->getMasterData("mtb_sex"); 58 58 $this->arrPageRows = $masterData->getMasterData("mtb_page_max"); 59 $this->arrHtmlmail = array( "" => "両方", 1 => 'HTML', 2 => 'TEXT');59 $this->arrHtmlmail = array("" => "両方", 1 => 'HTML', 2 => 'TEXT'); 60 60 $this->arrMailType = $masterData->getMasterData("mtb_mail_type"); 61 61 … … 263 263 $searchmailtype = $objFormParam->getValue('search_mail_type'); 264 264 if($searchmailtype==2||$searchmailtype==4)$emailtype="email_mobile"; 265 if (is_array( $arrSendCustomer)) {265 if (is_array($arrSendCustomer)) { 266 266 foreach ($arrSendCustomer as $line) { 267 267 $dtb_send_customer = array(); -
branches/version-2_12-dev/data/class/pages/admin/mail/LC_Page_Admin_Mail_TemplateInput.php
r21444 r21446 91 91 if (SC_Utils_Ex::isBlank($this->arrErr)) { 92 92 // エラーが無いときは登録・編集 93 $this->lfRegistData( $objFormParam, $objFormParam->getValue('template_id'));93 $this->lfRegistData($objFormParam, $objFormParam->getValue('template_id')); 94 94 // 自分を再読込して、完了画面へ遷移 95 95 $this->objDisplay->reload(array('mode' => 'complete'));
Note: See TracChangeset
for help on using the changeset viewer.
