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

Bug #5948 Minor typo in PEAR_Validate
Submitted: 2005-11-13 11:59 UTC
From: heino at php dot net Assigned: cellog
Status: Closed Package: PEAR
PHP Version: 5.1.0 OS:
Roadmaps: (Not assigned)    
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 : 9 - 8 = ?

 
 [2005-11-13 11:59 UTC] heino at php dot net
Description: ------------ Just a missing space character ;-) ------------------------------------------------------------ --- Validate.php.orig 2005-11-13 11:48:15.000000000 +0100 +++ Validate.php 2005-11-13 12:56:37.742941840 +0100 @@ -452,7 +452,7 @@ if ($this->_state == PEAR_VALIDATE_PACKAGING && $this->_packagexml->getDate() != date('Y-m-d')) { $this->_addWarning('date', 'Release Date "' . - $this->_packagexml->getDate() . '"is not today'); + $this->_packagexml->getDate() . '" is not today'); } } return true; ------------------------------------------------------------

Comments

 [2005-11-14 14:07 UTC] cellog
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.