Changes between Initial Version and Version 2 of Ticket #777
- Timestamp:
- 2010/06/26 14:26:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #777 – Description
initial v2 4 4 5 5 {{{ 6 管理画面の「商品管理」-「商品並べ替え」にて各カテゴリーに10件以上商品を登録していた場合に表示される一覧画面のページング機能がおかしいのです。 6 管理画面の「商品管理」-「商品並べ替え」にて各カテゴリーに10件以上商品を登録していた場合に 7 表示される一覧画面のページング機能がおかしいのです。 7 8 }}} 8 9 data/class/pages/admin/products/LC_Page_Admin_Products_ProductRank.php10 136行目付近 lfGetProduct()11 12 // if(DB_TYPE != "mysql") $objQuery->setlimitoffset(SEARCH_PMAX, $startno);13 $objQuery->setlimitoffset(SEARCH_PMAX, $startno);14 15 随分前からこのコードのようなので、恐らく単なるミスかと思います。
