Ignore:
Timestamp:
2006/08/29 14:08:20 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/order/status.php

    r1328 r2685  
    141141        if (isset($move)){ 
    142142            foreach ($move as $val){ 
    143             $objQuery->exec($sql, array($val)); 
     143            if ($val != "") { 
     144                $objQuery->exec($sql, array($val)); 
     145            } 
    144146            $objPage->tpl_onload = "window.alert('ÁªÂò¹àÌܤò°Üư¤·¤Þ¤·¤¿¡£');"; 
    145147            } 
Note: See TracChangeset for help on using the changeset viewer.