Ignore:
Timestamp:
2006/09/20 14:33:35 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/customer/index.php

    r4853 r5253  
    200200        case 'delete_all': 
    201201            // ¸¡º÷·ë²Ì¤ò¤¹¤Ù¤Æºï½ü 
    202             $where = "product_id IN (SELECT product_id FROM vw_products_nonclass WHERE $where)"; 
     202            $where = "product_id IN (SELECT product_id FROM vw_products_nonclass AS noncls WHERE $where)"; 
    203203            $sqlval['del_flg'] = 1; 
    204204            $objQuery->update("dtb_products", $sqlval, $where, $arrval); 
Note: See TracChangeset for help on using the changeset viewer.