Index: functions.inc =================================================================== RCS file: /repository/pearweb/public_html/bugs/include/functions.inc,v retrieving revision 1.23 diff -u -r1.23 functions.inc --- functions.inc 9 May 2004 20:54:25 -0000 1.23 +++ functions.inc 14 May 2004 01:27:59 -0000 @@ -313,7 +313,9 @@ $wrapped_text; /* developer text with headers, previous messages, and edit link */ - $dev_text = $header_text . + $dev_text = 'Edit report at: ' . + "http://pear.php.net/bugs/bug.php?id=$bug[id]&edit=1\n" . + $header_text . $wrapped_text . "\n-- \nEdit this bug report at " . "http://pear.php.net/bugs/bug.php?id=$bug[id]&edit=1\n";