오타 수정
This commit is contained in:
@@ -115,7 +115,7 @@ function findInvList($niddle, $target, $keyIdx=0, $isExactKey=false){
|
|||||||
foreach($target as $idx => $values){
|
foreach($target as $idx => $values){
|
||||||
|
|
||||||
if($isExactKey && $values[$keyIdx] == $item){
|
if($isExactKey && $values[$keyIdx] == $item){
|
||||||
return values;
|
return $values;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user