Changeset 21931 for branches/version-2_12-dev/data/class/SC_Product.php
- Timestamp:
- 2012/06/20 17:55:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Product.php
r21926 r21931 386 386 __EOS__; 387 387 388 $objQuery->setOrder('T3.rank DESC '); // XXX388 $objQuery->setOrder('T3.rank DESC, dtb_classcategory2.rank DESC'); // XXX 389 389 $arrRet = $objQuery->select($col, $table, '', $params); 390 390
Note: See TracChangeset
for help on using the changeset viewer.