Changeset 19226


Ignore:
Timestamp:
2010/11/07 00:11:19 (13 years ago)
Author:
kishik
Message:

商品一覧での価格変更テスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products.php

    r19220 r19226  
    9797            // データ更新 
    9898            $data["price02"] = $_POST['price02_edit_value']; 
    99             $where = "product_id=" . $_POST['price02_edit_id'] 
     99            $where = "product_id=" . $_POST['price02_edit_id']; 
    100100            $objQuery->update("dtb_products_class", $data, $where); 
    101101            if($objQuery->isError()) 
Note: See TracChangeset for help on using the changeset viewer.