From: garvinhicking Date: Tue, 15 Aug 2006 08:13:28 +0000 (+0000) Subject: Try to fix comments_by_author problem X-Git-Tag: 1.1~136 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6fff83e46c8132bc155a2c2a1eb517bc886e45a4;p=s9y.git Try to fix comments_by_author problem --- 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); } }