Ignore:
Timestamp:
2006/08/29 16:51:47 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/mail/index.php

    r2716 r2717  
    7171        } 
    7272    } 
     73     
     74    // ¿¦¶È¤ÎÊÑ´¹ 
     75    if (count($list_data['job']) > 0) { 
     76        foreach($list_data['job'] as $key => $val){ 
     77            $list_data['job'][$key] = $objPage->arrJob[$val]; 
     78        } 
     79    } 
     80     
    7381     
    7482    $objPage->list_data = $list_data; 
Note: See TracChangeset for help on using the changeset viewer.