Changeset 2685
- Timestamp:
- 2006/08/29 14:08:20 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/order/status.tpl (modified) (previous)
-
html/admin/order/status.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/order/status.php
r1328 r2685 141 141 if (isset($move)){ 142 142 foreach ($move as $val){ 143 $objQuery->exec($sql, array($val)); 143 if ($val != "") { 144 $objQuery->exec($sql, array($val)); 145 } 144 146 $objPage->tpl_onload = "window.alert('ÁªÂò¹àÌܤò°Üư¤·¤Þ¤·¤¿¡£');"; 145 147 }
Note: See TracChangeset
for help on using the changeset viewer.
