Changeset 11770


Ignore:
Timestamp:
2007/03/12 11:57:17 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11768 r11770  
    9595        $list_data['job_disp'] = $job_disp; 
    9696    } 
    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; 
    105     } 
    106      
     97         
    10798    // ¥«¥Æ¥´¥êÊÑ´¹ 
    10899    $arrCatList = sfGetCategoryList(); 
Note: See TracChangeset for help on using the changeset viewer.