|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-11-27 15:51 UTC] mj@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 22:00:01 2025 UTC |
Description: ------------ The status email sent by the bug systen contains an link to bugs.php.net instead of pear.php.net/bugs... Sample email text: ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/202 Patch for this typo: cvs -q diff -u Index: functions.inc =================================================================== RCS file: /repository/pearweb/public_html/bugs/include/functions.inc,v retrieving revision 1.9 diff -u -r1.9 functions.inc --- functions.inc 20 Oct 2003 12:42:00 -0000 1.9 +++ functions.inc 8 Nov 2003 21:02:39 -0000 @@ -423,7 +423,7 @@ return ("\n\nPrevious Comments:\n$divider\n\n" . $output . "[$row[0]] ". spam_protect($row[1]) ."\n\n$row[2]\n\n$divider\n\n"); } else { - return ("\n\nPrevious Comments:\n$divider\n\n" . $output . "The remainder of the comments for this report are too long. To view\nthe rest of the comments, please view the bug report online at\n http://bugs.php.net/$bug_id\n"); + return ("\n\nPrevious Comments:\n$divider\n\n" . $output . "The remainder of the comments for this report are too long. To view\nthe rest of the comments, please view the bug report online at\n http://pear.php.net/bugs/bug.php?id=$bug_id\n"); } return "";