정적 분석 결과 수정. 배열 선언 문제.
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ for($i=0; $i < $nationcount; $i++) {
|
||||
$citycount = MYDB_num_rows($cityresult);
|
||||
|
||||
|
||||
$nationnum[count($nationnum)] = $nation['nation'];
|
||||
$nationnum[] = $nation['nation'];
|
||||
$nationname[$nation['nation']] = $nation['name'];
|
||||
$nationcolor[$nation['nation']] = $nation['color'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user