Changeset 2714 for temp/trunk/html/admin/mail/index.php
- Timestamp:
- 2006/08/29 16:49:48 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/mail/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/index.php
r2713 r2714 63 63 $tpl_path = "mail/query.tpl"; 64 64 65 $objPage->list_data = unserialize($result); 65 list_data = unserialize($result); 66 67 // ÀÊ̤ÎÊÑ´¹ 68 if (count(list_data['sex']) > 0) { 69 foreach(list_data['sex'] as $key => $val){ 70 list_data['sex'][$key] = $objPage->arrSex[$val]; 71 } 72 } 73 66 74 67 75 sfprintr($objPage->list_data); 68 76 $objPage->list_data = list_data; 69 77 $objView->assignobj($objPage); 70 78 $objView->display($tpl_path);
Note: See TracChangeset
for help on using the changeset viewer.
