Changeset 1897 for temp/trunk


Ignore:
Timestamp:
2006/08/25 11:28:23 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/customer/index.php

    r1896 r1897  
    215215            } 
    216216            // ¥Ú¡¼¥¸Á÷¤ê¤Î¼èÆÀ 
    217             $objNavi = new SC_PageNavi($_POST['search_pageno'], $linemax, $page_max, "fnCustomerPage", NAVI_PMAX); 
     217            $objNavi = new SC_PageNavi($_POST['pageno'], $linemax, $page_max, "fnCustomerPage", NAVI_PMAX); 
    218218            $startno = $objNavi->start_row; 
    219219            $objPage->arrPagenavi = $objNavi->arrPagenavi;       
Note: See TracChangeset for help on using the changeset viewer.