From e1150cdd57a7ff2c684123cdc9741632268259c4 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 13 May 2013 16:19:35 +0900 Subject: [PATCH] =?UTF-8?q?M=EC=87=BC=ED=95=91=EB=AA=B0:=20#184=20?= =?UTF-8?q?=EC=83=81=ED=92=88=EA=B2=80=EC=83=89=EA=B2=B0=EA=B3=BC=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/search.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/shop/search.php b/mobile/shop/search.php index 32b970bd8..415b3708b 100644 --- a/mobile/shop/search.php +++ b/mobile/shop/search.php @@ -68,7 +68,7 @@ $total_count = $row['cnt']; for ($i=0; $row=mysql_fetch_array($result); $i++) { if ($save['ca_id'] != $row['ca_id']) { if ($save['ca_id']) { - write_search_save($save); + write_msearch_save($save); unset($save); } $save['ca_id'] = $row['ca_id']; @@ -80,9 +80,9 @@ $total_count = $row['cnt']; } mysql_free_result($result); - write_search_save($save); + write_msearch_save($save); - function write_search_save($save) + function write_msearch_save($save) { global $g4, $search_str , $default , $image_rate , $cart_dir;