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

Bug #11024 Wrong copyright
Submitted: 2007-05-13 02:30 UTC
From: davidc Assigned: davidc
Status: Closed Package: pearweb (version 1.15.2)
PHP Version: 5.2.1 OS: OSX
Roadmaps: 1.16.0    
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 : 39 + 32 = ?

 
 [2007-05-13 02:30 UTC] davidc (David Coallier)
Description: ------------ The copyright at the bottom of the page is showing 2006 but should be 2007

Comments

 [2007-05-13 02:30 UTC] davidc (David Coallier)
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.
 [2007-05-13 15:07 UTC] wiesemann (Mark Wiesemann)
How about using date('Y')? Otherwise we have to do this every year again and again (and maybe again and again not in January but in May) ...
 [2007-05-13 20:01 UTC] davidc (David Coallier)
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. Good idea ;) Fixed