]> granicus.if.org Git - php/commitdiff
ack
authorGreg Beaver <cellog@php.net>
Sat, 1 Nov 2003 05:18:55 +0000 (05:18 +0000)
committerGreg Beaver <cellog@php.net>
Sat, 1 Nov 2003 05:18:55 +0000 (05:18 +0000)
pear/PEAR/Dependency.php

index d3501d6abb2f4d48fda3fa6c19e2fc197df7dfd5..985f0e2a2d5380c10528a20f58d8b0b51e84359a 100644 (file)
@@ -319,7 +319,7 @@ class PEAR_Dependency
             return false;
         }
         if ($relation == 'not') {
-            $errmsg = "Invalid dependency - 'not' is allowed when specifying PHP, you must run PHP in PHP"
+            $errmsg = "Invalid dependency - 'not' is allowed when specifying PHP, you must run PHP in PHP";
             return PEAR_DEPENDENCY_BAD_DEPENDENCY;
         }
         if (substr($req, 0, 2) == 'v.') {