logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: pear-core /PEAR Validate.php: msg#00221

Subject: cvs: pear-core /PEAR Validate.php
cellog          Fri Sep 23 00:58:26 2005 EDT

  Modified files:              
    /pear-core/PEAR     Validate.php 
  Log:
  add quotes for clarity
  
http://cvs.php.net/diff.php/pear-core/PEAR/Validate.php?r1=1.40&r2=1.41&ty=u
Index: pear-core/PEAR/Validate.php
diff -u pear-core/PEAR/Validate.php:1.40 pear-core/PEAR/Validate.php:1.41
--- pear-core/PEAR/Validate.php:1.40    Sat Aug 20 23:49:38 2005
+++ pear-core/PEAR/Validate.php Fri Sep 23 00:58:25 2005
@@ -15,7 +15,7 @@
  * @author     Greg Beaver <cellog@xxxxxxx>
  * @copyright  1997-2005 The PHP Group
  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
- * @version    CVS: $Id: Validate.php,v 1.40 2005/08/21 03:49:38 cellog Exp $
+ * @version    CVS: $Id: Validate.php,v 1.41 2005/09/23 04:58:25 cellog Exp $
  * @link       http://pear.php.net/package/PEAR
  * @since      File available since Release 1.4.0a1
  */
@@ -237,8 +237,8 @@
             }
         }
         if (!$this->validPackageName($this->_packagexml->getPackage())) {
-            $this->_addFailure('name', 'package name ' .
-                $this->_packagexml->getPackage() . ' is invalid');
+            $this->_addFailure('name', 'package name "' .
+                $this->_packagexml->getPackage() . '" is invalid');
             return false;
         }
     }



<Prev in Thread] Current Thread [Next in Thread>