Changeset 13531


Ignore:
Timestamp:
2007/05/28 19:42:22 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/basis/mail.php

    r13528 r13531  
    5151        $objPage->search_data = $mail_list; 
    5252        // ¹Ô¿ô¤Î¼èÆÀ 
    53             $linemax = $objQuery->conn->getOne( $objSelect->getListCount(), $objSelect->arrVal); 
    54             $objPage->tpl_linemax = $linemax;               // ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ 
    55  
     53            //$linemax = $objQuery->conn->getOne( $objSelect->getListCount(), $objSelect->arrVal); 
     54            //$objPage->tpl_linemax = $linemax;               // ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ 
     55            $objPage->tpl_linemax = $pagemax; 
     56             
    5657            // ¥Ú¡¼¥¸Á÷¤ê¤Î¼èÆÀ 
    5758            $objNavi = new SC_PageNavi($_POST['search_pageno'], $linemax, $page_max, "fnCustomerPage", NAVI_PMAX); 
Note: See TracChangeset for help on using the changeset viewer.