cvs: pear /PEAR_PackageUpdate PackageUpdate.php
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsfarell1210707245@cvsserver> |
farell Tue May 13 19:34:05 2008 UTC
Modified files:
/pear/PEAR_PackageUpdate PackageUpdate.php
Log:
fix notice error constant undefined related to unwanted character at eol
this bug was introduced since release 1.0.0
http://cvs.php.net/viewvc.cgi/pear/PEAR_PackageUpdate/PackageUpdate.php?r1=1.30&r2=1.31&diff_format=u
Index: pear/PEAR_PackageUpdate/PackageUpdate.php
diff -u pear/PEAR_PackageUpdate/PackageUpdate.php:1.30 pear/PEAR_PackageUpdate/PackageUpdate.php:1.31
--- pear/PEAR_PackageUpdate/PackageUpdate.php:1.30 Sun Apr 27 15:59:11 2008
+++ pear/PEAR_PackageUpdate/PackageUpdate.php Tue May 13 19:34:05 2008
@@ -21,7 +21,7 @@
* @author Laurent Laville <[email protected]>
* @copyright 2006-2008 Scott Mattocks
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: PackageUpdate.php,v 1.30 2008/04/27 15:59:11 farell Exp $
+ * @version CVS: $Id: PackageUpdate.php,v 1.31 2008/05/13 19:34:05 farell Exp $
* @link http://pear.php.net/package/PEAR_PackageUpdate
* @since File available since Release 0.4.0a1
*/
@@ -1048,7 +1048,7 @@
{
// Make sure the type is acceptable.
if ($minType != PEAR_PACKAGEUPDATE_TYPE_BUG
- && $minType != PEAR_PACKAGEUPDATE_TYPE_MINOR²
+ && $minType != PEAR_PACKAGEUPDATE_TYPE_MINOR
&& $minType != PEAR_PACKAGEUPDATE_TYPE_MAJOR
) {
$this->pushError(PEAR_PACKAGEUPDATE_ERROR_INVALIDTYPE, null,