From 929e8f81e32f6bdc6a053423b05976d5a9a89689 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Sun, 21 Apr 2002 01:32:03 +0000 Subject: [PATCH] typo --- pear/PEAR/Common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index 47d1272346..bac56c8717 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -873,7 +873,7 @@ class PEAR_Common extends PEAR // }}} // {{{ _infoFromAny() - function _infoFromAny($any) + function _infoFromAny($info) { if (is_string($info) && file_exists($info)) { $tmp = substr($info, -4); @@ -1127,7 +1127,7 @@ class PEAR_Common extends PEAR } $deps = array(); foreach ($info['filelist'] as $file => $fa) { - + } } -- 2.50.1