From 022b78581f8e888cb5d40f4518448528267f5693 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 27 Jun 2014 10:10:03 +0900 Subject: [PATCH 1/2] =?UTF-8?q?gitignore=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 64a786398..6a7de4a7b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ test.php cheditor*/ ckeditor43/ log/ +g5_tree/ From 13cf64cf2eb80e884b87eb5b46bdb1ac99d81860 Mon Sep 17 00:00:00 2001 From: Mabin Date: Wed, 4 Mar 2015 16:05:18 +0900 Subject: [PATCH 2/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 +?>