Changes between Initial Version and Version 2 of Ticket #777


Ignore:
Timestamp:
2010/06/26 14:26:47 (16 years ago)
Author:
AMUAMU
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #777 – Description

    initial v2  
    44 
    55{{{ 
    6 管理画面の「商品管理」-「商品並べ替え」にて各カテゴリーに10件以上商品を登録していた場合に表示される一覧画面のページング機能がおかしいのです。 
     6管理画面の「商品管理」-「商品並べ替え」にて各カテゴリーに10件以上商品を登録していた場合に 
     7表示される一覧画面のページング機能がおかしいのです。 
    78}}} 
    8  
    9 data/class/pages/admin/products/LC_Page_Admin_Products_ProductRank.php 
    10 136行目付近 lfGetProduct() 
    11  
    12 //        if(DB_TYPE != "mysql") $objQuery->setlimitoffset(SEARCH_PMAX, $startno); 
    13         $objQuery->setlimitoffset(SEARCH_PMAX, $startno); 
    14  
    15 随分前からこのコードのようなので、恐らく単なるミスかと思います。