mysqli 지원 추가
This commit is contained in:
@ -162,7 +162,7 @@ if(!$result) {
|
||||
break;
|
||||
}
|
||||
|
||||
die("<p>$sql<p>" . mysql_errno() . " : " . mysql_error() . "<p>error file : {$_SERVER['SCRIPT_NAME']}");
|
||||
die("<p>$sql<p>" . sql_error_info() . "<p>error file : {$_SERVER['SCRIPT_NAME']}");
|
||||
}
|
||||
|
||||
// 주문번호가 있으면 결제정보 반영
|
||||
@ -200,7 +200,7 @@ if($pp_receipt_price > 0 && $pp['pp_id'] && $pp['od_id']) {
|
||||
break;
|
||||
}
|
||||
|
||||
die("<p>$sql<p>" . mysql_errno() . " : " . mysql_error() . "<p>error file : {$_SERVER['SCRIPT_NAME']}");
|
||||
die("<p>$sql<p>" . sql_error_info() . "<p>error file : {$_SERVER['SCRIPT_NAME']}");
|
||||
}
|
||||
|
||||
// 미수금 정보 업데이트
|
||||
|
||||
Reference in New Issue
Block a user