Ignore:
Timestamp:
2007/03/08 23:50:35 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/index.php

    r11623 r11627  
    2727        global $arrSex;      
    2828        $this->arrSex = $arrSex; 
     29        global $arrMailType; 
     30        $this->arrMailType = $arrMailType; 
    2931        global $arrPageRows; 
    3032        $this->arrPageRows = $arrPageRows; 
     
    9294        } 
    9395        $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; 
    94105    } 
    95106     
Note: See TracChangeset for help on using the changeset viewer.