Changeset 2139 for temp/trunk
- Timestamp:
- 2006/08/26 18:16:15 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_CustomerList.php (modified) (1 diff)
-
html/admin/mail/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CustomerList.php
r2138 r2139 245 245 } 246 246 247 // ɽ¼¨·ï¿ôÀßÄê248 if ($array['page_rows'] > 0) {249 $limit = $array['page_rows'];250 $offset = $array['page_rows'] * ($array['search_pageno'] - 1);251 $this->setLimitOffset($limit, $offset);252 }253 254 247 $this->setOrder( "customer_id DESC" ); 255 248 } -
temp/trunk/html/admin/mail/index.php
r1945 r2139 112 112 113 113 // ¥Ú¡¼¥¸Á÷¤ê¤Î¼èÆÀ 114 $objNavi = new SC_PageNavi($_POST[' pageno'], $linemax, SEARCH_PMAX, "fnResultPageNavi", NAVI_PMAX);114 $objNavi = new SC_PageNavi($_POST['search_pageno'], $linemax, SEARCH_PMAX, "fnResultPageNavi", NAVI_PMAX); 115 115 $objPage->arrPagenavi = $objNavi->arrPagenavi; 116 116 $startno = $objNavi->start_row;
Note: See TracChangeset
for help on using the changeset viewer.
