Changeset 16837


Ignore:
Timestamp:
2007/11/28 19:05:32 (16 years ago)
Author:
naka
Message:

モビリンク
インストール後でなくても購入完了時にエラーを表示しない。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/data/downloads/module/mdl_movilink/mdl_movilink.inc

    r16651 r16837  
    277277     */ 
    278278     
     279    // ¥«¥é¥à¤Î¸ºß¥Á¥§¥Ã¥¯ 
     280    if(!sfColumnExists("dtb_products", "movilink_code1")){ 
     281       return; 
     282    } 
     283     
    279284    $objQuery = new SC_Query(); 
    280285    $col = "(SELECT movilink_code1 FROM dtb_products WHERE dtb_products.product_id = dtb_order_detail.product_id) AS code, 
Note: See TracChangeset for help on using the changeset viewer.