Ignore:
Timestamp:
2006/09/20 14:40:17 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/mail/preview.php

    r1328 r5258  
    4242     
    4343    // ¥á¥¤¥ó¾¦ÉʤξðÊó¼èÆÀ 
    44     $sql = "SELECT name, main_image, point_rate, deliv_fee, price01_min, price01_max, price02_min, price02_max FROM vw_products_allclass WHERE product_id = ?"; 
     44    $sql = "SELECT name, main_image, point_rate, deliv_fee, price01_min, price01_max, price02_min, price02_max FROM vw_products_allclass AS allcls WHERE product_id = ?"; 
    4545    $main = $conn->getAll($sql, array($objPage->list_data["main_product_id"])); 
    4646    $objPage->list_data["main"] = $main[0]; 
Note: See TracChangeset for help on using the changeset viewer.