Try to fix comments_by_author problem

This commit is contained in:
Garvin Hicking 2006-08-15 08:13:28 +00:00
parent 06534fd6cf
commit b603c9ebe3

View File

@ -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<br />\n";
$serendipity['GET']['viewCommentAuthor'] = urldecode($v);
$serendipity['GET']['viewCommentAuthor'] .= urldecode($v);
}
}