Changeset 12127 for branches/dev/html
- Timestamp:
- 2007/04/09 18:09:27 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/order/status.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/order/status.php
r11465 r12127 147 147 $sql = "UPDATE dtb_order SET status = ".$status_id." "; 148 148 } 149 $sql .= " WHERE order_id = ? ";149 $sql .= " WHERE order_id = ? "; 150 150 if (isset($move)){ 151 151 foreach ($move as $val){
Note: See TracChangeset
for help on using the changeset viewer.
