Changeset 13632 for branches/dev/html
- Timestamp:
- 2007/05/29 14:37:34 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/basis/mail.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/basis/mail.php
r13563 r13632 11 11 var $tpl_mode; 12 12 function LC_Page() { 13 $this->tpl_mainpage = 'basis/ mail_list.tpl';13 $this->tpl_mainpage = 'basis/template.tpl'; 14 14 $this->tpl_subnavi = 'basis/subnavi.tpl'; 15 15 $this->tpl_mainno = 'basis'; … … 46 46 } 47 47 48 //$offset = $page_max * ($objPage->arrForm['search_pageno'] - 1);49 //$objSelect->setLimitOffset($page_max, $offset);48 $offset = $page_max * ($objPage->arrForm['search_pageno'] - 1); 49 $objSelect->setLimitOffset($page_max, $offset); 50 50 51 51 $objPage->search_data = $mail_list; … … 59 59 $startno = $objNavi->start_row; 60 60 $objPage->arrPagenavi = $objNavi->arrPagenavi; 61 $objPage->mail_list = $ mail_list;61 $objPage->mail_list = $list_data; 62 62 // foreach($mail_list as $key => $value){ 63 63 //
Note: See TracChangeset
for help on using the changeset viewer.
