php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55914 Typo in status mail sent by bug system
Submitted: 2003-11-08 16:09 UTC Modified: 2003-11-27 15:51 UTC
From: ths at 4bconsult dot de Assigned: mj (profile)
Status: Closed Package: PECL bug system (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2003-11-08 16:09 UTC] ths at 4bconsult dot de
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 "";



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-27 15:51 UTC] mj@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.

In case this was a pear.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PEAR better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 13:01:28 2024 UTC