Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.32.0

Bug #10267 Wrong link to user profile
Submitted: 2007-03-05 15:54 UTC
From: quipo Assigned: quipo
Status: Closed Package: pearweb (version CVS)
PHP Version: Irrelevant OS:
Roadmaps: 1.9.1    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 43 - 11 = ?

 
 [2007-03-05 15:54 UTC] quipo (Lorenzo Alberton)
Description: ------------ Link to http://pear.php.net/users/username should be http://pear.php.net/user/username Test script: --------------- --- /tmp/TCVb5d9.tmp/bug.1.122.php Mon Mar 05 17:10:15 2007 +++ /CVS_repository/pearweb/public_html/bugs/bug.php Mon Mar 05 17:09:53 2007 @@ -588,7 +588,7 @@ <td> <?php if ($bug['bughandle']) { - echo '<a href="/users/' . $bug['bughandle'] . '">' . $bug['bughandle'] . '</a>'; + echo '<a href="/user/' . $bug['bughandle'] . '">' . $bug['bughandle'] . '</a>'; } elseif ($bug['handle'] && $bug['showemail'] != '0') { echo spam_protect(htmlspecialchars($bug['email'])); }

Comments

 [2007-03-05 17:54 UTC] cellog (Greg Beaver)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.