- Timestamp:
- 2006/08/26 17:27:38 (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
r2126 r2127 211 211 212 212 // ¥Ú¡¼¥¸Á÷¤ê¤Î½èÍý 213 if(is_numeric($_POST['page_ max'])) {214 $page_max = $_POST['page_ max'];213 if(is_numeric($_POST['page_row'])) { 214 $page_max = $_POST['page_row']; 215 215 } else { 216 216 $page_max = SEARCH_PMAX;
Note: See TracChangeset
for help on using the changeset viewer.
