チェンジセット 17695
- コミット日時:
- 2008/11/06 18:13:40 (2 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
branches/version-1/html/mypage/delivery_addr.php
r17689 r17695 74 74 //��Τ������Ͽ��� 75 75 $deliv_count = $objQuery->count("dtb_other_deliv", "customer_id=?", array($objCustomer->getValue('customer_id'))); 76 if ($deliv_count < DELIV_ADDR_MAX or isset($_POST['other_deliv_id'])){76 if ($deliv_count < DELIV_ADDR_MAX or strlen($_POST['other_deliv_id'])){ 77 77 // ��������Խ��ΤȤ�������other_deliv_id ����ꤵ�줿�饨�顼���ء� 78 78 if(strlen($_POST['other_deliv_id']) != 0) {
