Changeset 23534
- Timestamp:
- 2014/06/10 14:30:23 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_Product.php
r23513 r23534 380 380 __EOS__; 381 381 382 $objQuery->andWhere(' T3.classcategory_id is not null AND dtb_classcategory2.classcategory_id is not null '); 382 383 $objQuery->setOrder('T3.rank DESC, dtb_classcategory2.rank DESC'); // XXX 383 384 $arrRet = $objQuery->select($col, $table, '', $params);
Note: See TracChangeset
for help on using the changeset viewer.