[php5_debug] 경매 따옴표 누락 추가

This commit is contained in:
2018-01-18 00:41:42 +09:00
parent 7b77d8ced9
commit f9fe123431
+2 -2
View File
@@ -222,9 +222,9 @@ function processAuction($connect) {
}
} else {
// 쌀 처리
if($auction[no2] == 0) {
if($auction['no2'] == 0) {
// 상인건수가 아닌것만 출력
if($auction[no1] != 0) {
if($auction['no1'] != 0) {
$query = "select no from general where no='$auction[no1]'";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$trader = MYDB_fetch_array($result);