From 6fff83e46c8132bc155a2c2a1eb517bc886e45a4 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 15 Aug 2006 08:13:28 +0000 Subject: [PATCH] Try to fix comments_by_author problem --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.php b/index.php index b44a781..67fbc5f 100644 --- a/index.php +++ b/index.php @@ -506,8 +506,7 @@ if (preg_match(PAT_ARCHIVES, $uri, $matches) || isset($serendipity['GET']['range } elseif ($v == 'trackbacks' || $v == 'comments_and_trackbacks' || $v == 'comments') { $serendipity['GET']['commentMode'] = $v; } elseif (!empty($v)) { - echo "XX: $v
\n"; - $serendipity['GET']['viewCommentAuthor'] = urldecode($v); + $serendipity['GET']['viewCommentAuthor'] .= urldecode($v); } } -- 2.39.5