From c2dfb883fed1137204be284a92b40ad9cbf4e306 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 12 Mar 2018 20:59:04 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- che_close/_simul.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/che_close/_simul.php b/che_close/_simul.php index 6c704ef..8121bce 100644 --- a/che_close/_simul.php +++ b/che_close/_simul.php @@ -115,7 +115,7 @@ function findInvList($niddle, $target, $keyIdx=0, $isExactKey=false){ foreach($target as $idx => $values){ if($isExactKey && $values[$keyIdx] == $item){ - return values; + return $values; }