Changeset 12761
- Timestamp:
- 2007/05/14 15:42:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/nonmember/deliv_addr.php
r12760 r12761 113 113 $objPage->arrErr = lfErrorCheck($objPage->arrForm); 114 114 if (count($objPage->arrErr) == 0) { 115 print("115");116 115 // ÅÐÏ¿ 117 $other_deliv_id = lfRegistData($_POST,$arrRegistColumn );116 $other_deliv_id = lfRegistData($_POST,$arrRegistColumn,$uniqid); 118 117 119 118 // ÅÐÏ¿ºÑ¤ß¤ÎÊ̤ΤªÆÏ¤±Àè¤ò¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤Ë½ñ¤¹þ¤à … … 196 195 197 196 /* ÅÐÏ¿¼Â¹Ô Èó²ñ°÷¹ØÆþ¤Ç¤¢¤ë¤¿¤á¤Ë¹±µ×Ū¤ÊÅÐÏ¿¤Ï¤·¤Ê¤¤*/ 198 function lfRegistData($array, $arrRegistColumn ) {197 function lfRegistData($array, $arrRegistColumn,$uniqid) { 199 198 global $objConn; 200 199 global $objCustomer; 201 200 201 $objQuery = new SC_Query(); 202 203 $sqlse = "SELECT customer_id FROM dtb_other_deliv WHERE order_temp_id = ?"; 204 $arrRegist['customer_id'] = $objConn->getOne($sqlse, array('customer_id')); 205 202 206 foreach ($arrRegistColumn as $data) { 203 207 if (strlen($array[ $data["column"] ]) > 0) { … … 207 211 208 212 $arrRegist['customer_id'] = $objCustomer->getvalue('customer_id'); 209 print("'customer_id'".$arrRegist['customer_id']);213 210 214 //-- ÊÔ½¸ÅÐÏ¿¼Â¹Ô 211 215 $objConn->query("BEGIN");
Note: See TracChangeset
for help on using the changeset viewer.