From e4c569c46e7832b56dccdc2813cf7102506bc3c4 Mon Sep 17 00:00:00 2001 From: inureyes Date: Sat, 25 Feb 2012 17:18:40 +0900 Subject: [PATCH] refs #1604 : modified : recent guestbook now works correctly. --- interface/i/comment/index.php | 2 +- interface/i/guestbook/index.php | 2 +- library/view/iphoneView.php | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/i/comment/index.php b/interface/i/comment/index.php index 5b3003a97..f2956489b 100644 --- a/interface/i/comment/index.php +++ b/interface/i/comment/index.php @@ -28,7 +28,7 @@ ?>
diff --git a/interface/i/guestbook/index.php b/interface/i/guestbook/index.php index 7b34f2b3a..c85b1bbaa 100644 --- a/interface/i/guestbook/index.php +++ b/interface/i/guestbook/index.php @@ -12,7 +12,7 @@ ?>
diff --git a/library/view/iphoneView.php b/library/view/iphoneView.php index e37bfd99c..cfa54d6dd 100644 --- a/library/view/iphoneView.php +++ b/library/view/iphoneView.php @@ -578,6 +578,7 @@ function printMobileCommentView($entryId, $page = null, $mode = null) { if($mode != 'recent') { printMobileCommentFormView($entryId, ($entryId == 0 ? _text('방명록 쓰기') : _text('댓글 쓰기')), 'comment'); } + return array($comments, $paging); } function printMobileGuestbookView($page) {