Changeset 11611 for branches/dev/html/admin/mail/index.php
- Timestamp:
- 2007/03/08 15:59:54 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/index.php
r17 r11611 106 106 107 107 if($_POST['mode'] == 'delete') { 108 $objQuery = new SC_Query();109 $objQuery->delete("dtb_customer_mail", "email = ?", array($_POST['result_email']));110 108 } 111 109 … … 140 138 // ¸¡º÷·ë²Ì¤Î¼èÆÀ 141 139 $objQuery = new SC_Query(); 142 $from = "dtb_customer _mail LEFT OUTER JOIN dtb_customer USING(email)";140 $from = "dtb_customer"; 143 141 144 142 // ¹Ô¿ô¤Î¼èÆÀ … … 167 165 dtb_customer.tel03, 168 166 dtb_customer.pref, 169 dtb_customer _mail.mail_flag";167 dtb_customer.mail_flag"; 170 168 $objPage->arrResults = $objQuery->select($col, $from, $where, $arrval); 171 169
Note: See TracChangeset
for help on using the changeset viewer.
