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

Bug #10334 edit=2 should shunt to edit=1 for newer bugs
Submitted: 2007-03-12 02:50 UTC
From: cellog Assigned: cellog
Status: Closed Package: pearweb (version 1.10.0)
PHP Version: Irrelevant OS: n/a
Roadmaps: 1.10.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 : 10 + 2 = ?

 
 [2007-03-12 02:50 UTC] cellog (Greg Beaver)
Description: ------------ Bugs opened by the new system should never allow edit=2, but should instead shunt to edit=1. All we need in bug.php is: // 2 is not possible for newer bugs, problem encountered by spin if ($edit == 2) { if (!empty($bug['bughandle'])) { $edit = 1; } }

Comments

 [2007-03-12 02:51 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.