Changeset 4927 for temp/trunk
- Timestamp:
- 2006/09/17 21:07:40 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_Query.php (modified) (1 diff)
-
html/shopping/complete.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Query.php
r4926 r4927 352 352 }else if (DB_TYPE == "mysql") { 353 353 $sql = "SELECT last_insert_id();"; 354 $ret = $this->conn->get All($sql);354 $ret = $this->conn->getOne($sql); 355 355 } 356 356 -
temp/trunk/html/shopping/complete.php
r4926 r4927 298 298 $order_id = $objQuery->nextval("dtb_order", "order_id"); 299 299 300 sfprintr($order_id); 301 300 302 if ($order_id == 0) $order_id = 1; 301 303
Note: See TracChangeset
for help on using the changeset viewer.
