チェンジセット 17697
- コミット日時:
- 2008/11/06 18:23:14 (2 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
branches/version-2/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php
r17694 r17697 123 123 //別のお届け先登録数の取得 124 124 $deliv_count = $objQuery->count("dtb_other_deliv", "customer_id=?", array($objCustomer->getValue('customer_id'))); 125 if ($deliv_count < DELIV_ADDR_MAX or strlen($_POST['other_deliv_id'])){125 if ($deliv_count < DELIV_ADDR_MAX or isset($_POST['other_deliv_id'])){ 126 126 if(strlen($_POST['other_deliv_id'] != 0)){ 127 127 $deliv_count = $objQuery->count("dtb_other_deliv","customer_id=? and other_deliv_id = ?" ,array($objCustomer->getValue('customer_id'), $_POST['other_deliv_id']));
