From 2377f762ceab02814e6fa5718ad3339a7b37357b Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 8 May 2013 13:17:29 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=BC=EB=B0=9C=EC=86=A1=EC=9D=B4?= =?UTF-8?q?=20=EC=A0=9C=EB=8C=80=EB=A1=9C=20=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8D=98=EA=B2=83=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/mail_select_list.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/adm/mail_select_list.php b/adm/mail_select_list.php index 186e46ead..c00b074eb 100644 --- a/adm/mail_select_list.php +++ b/adm/mail_select_list.php @@ -74,7 +74,6 @@ include_once('./admin.head.php');
- @@ -93,8 +92,7 @@ include_once('./admin.head.php'); $i=0; $ma_list = ""; $cr = ""; - while ($row=sql_fetch_array($result)) - { + while ($row=sql_fetch_array($result)) { $i++; $ma_list .= $cr . $row['mb_email'] . "||" . $row['mb_id'] . "||" . $row['mb_name'] . "||" . $row['mb_nick'] . "||" . $row['mb_datetime']; $cr = "\n"; @@ -110,6 +108,7 @@ include_once('./admin.head.php');
+