Changeset 11627 for branches/dev/html/admin/mail
- Timestamp:
- 2007/03/08 23:50:35 (19 years ago)
- Location:
- branches/dev/html/admin/mail
- Files:
-
- 2 edited
-
inc_mailmagazine.php (modified) (2 diffs)
-
index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/inc_mailmagazine.php
r11625 r11627 44 44 array( "column" => "job", "convert" => "" ), 45 45 array( "column" => "email", "convert" => "a" ), 46 array( "column" => "email_mobile", "convert" => "a" ),47 46 array( "column" => "htmlmail", "convert" => "n" ), 48 47 array( "column" => "customer", "convert" => "" ), … … 75 74 ,array( "column" => "buy_total_from", "convert" => "n" ) 76 75 ,array( "column" => "buy_total_to", "convert" => "n" ) 77 ,array( "column" => "campaign_id", "convert" => "" ) 78 ); 76 ,array( "column" => "campaign_id", "convert" => "" ) 77 ,array( "column" => "mail_type", "convert" => "a" ) 78 79 ); 79 80 80 81 //-------------------------------------------------------------------------------------------------------------------------------------- -
branches/dev/html/admin/mail/index.php
r11623 r11627 27 27 global $arrSex; 28 28 $this->arrSex = $arrSex; 29 global $arrMailType; 30 $this->arrMailType = $arrMailType; 29 31 global $arrPageRows; 30 32 $this->arrPageRows = $arrPageRows; … … 92 94 } 93 95 $list_data['job_disp'] = $job_disp; 96 } 97 98 // ¥á¡¼¥ë¼ïÊ̤ÎÊÑ´¹ 99 if (count($list_data['mail_type']) > 0) { 100 foreach($list_data['mail_type'] as $key => $val){ 101 $list_data['mail_type'][$key] = $objPage->arrMailType[$val]; 102 $mail_type_disp .= $list_data['mail_type'][$key] . " "; 103 } 104 $list_data['mail_type_disp'] = $mail_type_disp; 94 105 } 95 106
Note: See TracChangeset
for help on using the changeset viewer.
