Changeset 7299 for temp/trunk/html/admin/basis/payment.php
- Timestamp:
- 2006/11/02 16:42:34 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/basis/payment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/basis/payment.php
r7298 r7299 61 61 $table = "dtb_payment"; 62 62 $objQuery->setorder("rank DESC"); 63 $arrRet = $objQuery->select($col, $table, $where, array($fix)); 63 // $arrRet = $objQuery->select($col, $table, $where, array($fix)); 64 $arrRet = $objQuery->select($col, $table, $where); 64 65 return $arrRet; 65 66 }
Note: See TracChangeset
for help on using the changeset viewer.
