Ignore:
Timestamp:
2009/05/15 16:30:40 (15 years ago)
Author:
kajiwara
Message:

2.4.0 正式版のコミット。コミット内容の詳細はこちら(http://svn.ec-cube.net/open_trac/query?status=closed&milestone=EC-CUBE2.4.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/pages/admin/products/LC_Page_Admin_Products_ProductRank.php

    r16741 r18007  
    123123 
    124124        // 行数の取得 
    125         $linemax = $objQuery->count($table, "T2.category_id = ?", array($category_id)); 
    126         // 順位、該当件数表示用 
     125        $linemax = $objQuery->count($table, $where, array($category_id)); 
     126        // 該当件数表示用 
    127127        $this->tpl_linemax = $linemax; 
    128128 
    129129        $objNavi = new SC_PageNavi($this->tpl_pageno, $linemax, SEARCH_PMAX, "fnNaviPage", NAVI_PMAX); 
    130130        $startno = $objNavi->start_row; 
     131        $this->tpl_start_row = $objNavi->start_row; 
    131132        $this->tpl_strnavi = $objNavi->strnavi;     // Navi表示文字列 
    132133        $this->tpl_pagemax = $objNavi->max_page;        // ページ最大数(「上へ下へ」表示判定用) 
Note: See TracChangeset for help on using the changeset viewer.