Changeset 4900 for temp/trunk/html/shopping/payment.php
- Timestamp:
- 2006/09/17 19:19:11 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/shopping/payment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/shopping/payment.php
r4899 r4900 187 187 $where = "time_id = ?"; 188 188 $arrRet = $objQuery->select("deliv_id, deliv_time", "dtb_delivtime", $where, array($time_id)); 189 return (array($arrRet[0]['deliv_id'], $arrRet[0][' time']));189 return (array($arrRet[0]['deliv_id'], $arrRet[0]['deliv_time'])); 190 190 } 191 191
Note: See TracChangeset
for help on using the changeset viewer.
