Changeset 11766 for branches/dev/html/admin/mail
- Timestamp:
- 2007/03/12 11:31:01 (19 years ago)
- Location:
- branches/dev/html/admin/mail
- Files:
-
- 2 edited
-
inc_mailmagazine.php (modified) (1 diff)
-
index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/inc_mailmagazine.php
r11632 r11766 238 238 239 239 $sql = "SELECT template_id, subject, mail_method FROM dtb_mailmaga_template WHERE del_flg = 0 "; 240 if ($_POST["htmlmail"] == 2 ) {240 if ($_POST["htmlmail"] == 2 || $_POST['mail_type'] == 2) { 241 241 $sql .= " AND mail_method = 2 "; //TEXT´õ˾¼Ô¤Ø¤ÎTEST¥á¡¼¥ë¥Æ¥ó¥×¥ì¡¼¥È¥ê¥¹¥È 242 242 } -
branches/dev/html/admin/mail/index.php
r11763 r11766 54 54 $objQuery = new SC_Query(); 55 55 $objPage->objDate = $objDate; 56 $objPage->arrTemplate = getTempla teList($conn);56 $objPage->arrTemplate = getTemplarrTemplateateList($conn); 57 57 58 58 $objSess = new SC_Session(); … … 219 219 220 220 //-- HTML¥Æ¥ó¥×¥ì¡¼¥È¤ò»ÈÍѤ¹¤ë¾ì¹ç¤Ï¡¢HTML¥½¡¼¥¹¤òÀ¸À®¤·¤ÆBODY¤ØÁÞÆþ 221 if ( $objPage->list_data["mail_method"] == 3 && $objPage->list_data["mail_type"] == 1) {221 if ( $objPage->list_data["mail_method"] == 3) { 222 222 $objTemplate = new LC_HTMLtemplate; 223 223 $objTemplate->list_data = lfGetHtmlTemplateData($_POST['template_id']);
Note: See TracChangeset
for help on using the changeset viewer.
