From 0134c5c3abce75a4df654af66207fe01b5e8ec52 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Thu, 11 Dec 2003 23:30:52 +0000 Subject: [PATCH] add missing not relation --- pear/PEAR/Common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index 618ecf64b1d..fd6bf30d20c 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -69,7 +69,7 @@ $GLOBALS['_PEAR_Common_dependency_types'] = array('pkg','ext','php','prog','ldli * Valid dependency relations * @var array */ -$GLOBALS['_PEAR_Common_dependency_relations'] = array('has','eq','lt','le','gt','ge'); +$GLOBALS['_PEAR_Common_dependency_relations'] = array('has','eq','lt','le','gt','ge','not'); /** * Valid file roles