From 39e42fce857260feef65dab71ef18b06c8581321 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 6 Feb 2013 14:22:38 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=ED=83=80=20=EC=9D=98=EA=B2=AC?= =?UTF-8?q?=EC=9D=98=20=EA=B8=80=EC=93=B4=EC=9D=B4=20=EC=9D=B4=EB=A6=84?= =?UTF-8?q?=EC=97=90=20sideview=20=EB=A1=9C=20=EC=A0=81=EC=9A=A9=EB=90=9C?= =?UTF-8?q?=20name=20=EC=97=90=EC=84=9C=20pc=5Fname=20=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/poll_result.php | 5 +++-- skin/poll/neo/poll_result.skin.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bbs/poll_result.php b/bbs/poll_result.php index 273d1e9f1..d8a9a9525 100644 --- a/bbs/poll_result.php +++ b/bbs/poll_result.php @@ -53,8 +53,9 @@ $sql = " select a.*, b.mb_open where po_id = '{$po_id}' order by pc_id desc "; $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) { - $list2[$i]['name'] = get_sideview($row['mb_id'], cut_str($row['pc_name'],10), '', '', $row['mb_open']); - $list2[$i]['idea'] = get_text(cut_str($row['pc_idea'], 255)); + $list2[$i]['pc_name'] = $row['pc_name']; + $list2[$i]['name'] = get_sideview($row['mb_id'], cut_str($row['pc_name'],10), '', '', $row['mb_open']); + $list2[$i]['idea'] = get_text(cut_str($row['pc_idea'], 255)); $list2[$i]['datetime'] = $row['pc_datetime']; $list2[$i]['del'] = ''; diff --git a/skin/poll/neo/poll_result.skin.php b/skin/poll/neo/poll_result.skin.php index 67c9e8c58..553db271a 100644 --- a/skin/poll/neo/poll_result.skin.php +++ b/skin/poll/neo/poll_result.skin.php @@ -37,7 +37,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

님의 의견

- +