Changeset 11766 for branches/dev/html/admin/mail/index.php
- Timestamp:
- 2007/03/12 11:31:01 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
