Changeset 11247 for temp/branches/ec-cube-beta/html/admin/mail/index.php
- Timestamp:
- 2006/12/25 14:39:34 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/admin/mail/index.php
r11246 r11247 288 288 289 289 $objPage->arrCampaignList = lfGetCampaignList(); 290 291 sfprintr($objPage->arrCampaignList);292 290 293 291 //----¡¡¥Ú¡¼¥¸É½¼¨ … … 424 422 global $objQuery; 425 423 426 $objQuery->setOrder("update_date"); 427 $cols = "campaign_id, campaign_name"; 428 $arrResult = $objQuery->select($cols, "dtb_campaign"); 424 $sql = "SELECT campaign_id, campaign_name FROM dtb_campaign ORDER BY update_date"; 425 $arrResult = $objQuery->getall($sql); 429 426 430 427 foreach($arrResult as $arrVal) {
Note: See TracChangeset
for help on using the changeset viewer.
