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

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  


 [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] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!