Changeset 2720


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

blank

File:
1 edited

Legend:

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

    r2719 r2720  
    7878        foreach($list_data['job'] as $key => $val){ 
    7979            $list_data['job'][$key] = $objPage->arrJob[$val]; 
    80         } 
     80            $job_disp .= $list_data['job'][$key] . " "; 
     81        } 
     82        $list_data['job_disp'] = $job_disp; 
    8183    } 
    8284     
Note: See TracChangeset for help on using the changeset viewer.