Ignore:
Timestamp:
2007/03/28 13:01:38 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu/html/mypage/delivery_addr.php

    r11730 r11982  
    7575            //Ê̤ΤªÆÏ¤±ÀèÅÐÏ¿¿ô¤Î¼èÆÀ 
    7676            $deliv_count = $objQuery->count("dtb_other_deliv", "customer_id=?", array($objCustomer->getValue('customer_id'))); 
    77             if ($deliv_count < DELIV_ADDR_MAX){ 
     77            if ($deliv_count < DELIV_ADDR_MAX or isset($_POST['other_deliv_id'])){ 
    7878                lfRegistData($_POST,$arrRegistColumn); 
    7979            } 
Note: See TracChangeset for help on using the changeset viewer.