--- php/lib/function.MTCommentAuthorLink.php.bak Thu Sep 2 20:21:47 2004
+++ php/lib/function.MTCommentAuthorLink.php Thu Sep 2 20:22:37 2004
@@ -25,9 +25,9 @@
$url = strip_tags($url);
$url = preg_replace('/>/', '>', $url);
if ($comment['comment_id'] && !isset($args['no_redirect'])) {
- return sprintf('%s', $url, $cgi_path, $comment_script, $comment['comment_id'], $name);
+ return sprintf('%s', $url, $cgi_path, $comment_script, $comment['comment_id'], $name);
} else {
- return sprintf('%s', $url, $url, $name);
+ return sprintf('%s', $url, $url, $name);
}
} elseif ($show_email && $email && is_valid_email($email)) {
$email = strip_tags($email);