Changeset 2128 for temp/trunk/html/admin
- Timestamp:
- 2006/08/26 17:28:07 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/customer/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/customer/index.php
r2127 r2128 211 211 212 212 // ¥Ú¡¼¥¸Á÷¤ê¤Î½èÍý 213 if(is_numeric($_POST['page_row '])) {214 $page_max = $_POST['page_row '];213 if(is_numeric($_POST['page_rows'])) { 214 $page_max = $_POST['page_rows']; 215 215 } else { 216 216 $page_max = SEARCH_PMAX;
Note: See TracChangeset
for help on using the changeset viewer.
