From 4b9369599c2df4d257706d3882ba8fde491843b3 Mon Sep 17 00:00:00 2001 From: Mabin Date: Wed, 4 Mar 2015 16:05:18 +0900 Subject: [PATCH 1/2] =?UTF-8?q?RSS=20=ED=97=A4=EB=8D=94=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95=20(phpxml=20->=20xml)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/rss.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbs/rss.php b/bbs/rss.php index 6bf5b1b55..04c9428fb 100644 --- a/bbs/rss.php +++ b/bbs/rss.php @@ -43,7 +43,7 @@ $sql = " select gr_subject from {$g5['group_table']} where gr_id = '{$row['gr_id $row = sql_fetch($sql); $subj1 = specialchars_replace($row['gr_subject'], 255); -echo ''."\n"; +echo ''."\n"; ?> @@ -87,4 +87,4 @@ $date = date('r', strtotime($date)); echo ''."\n"; echo ''."\n"; -?> \ No newline at end of file +?> From 3c9b72d17a6cfbf4bf4b692fc9d6c5de97865f54 Mon Sep 17 00:00:00 2001 From: iz4admin Date: Fri, 3 Jul 2015 16:53:04 +0900 Subject: [PATCH 2/2] =?UTF-8?q?PHP=20short=5Fopen=5Ftag=3D0=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=20=EB=B0=A9=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/register_email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/register_email.php b/bbs/register_email.php index ff5e801fc..4345d4eea 100644 --- a/bbs/register_email.php +++ b/bbs/register_email.php @@ -46,6 +46,6 @@ function fregister_email_submit(f) return true; } -