From 447bd814a222323442818e1e39327bed4b23a33b Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Sat, 1 Feb 2003 09:36:17 +0000 Subject: [PATCH] * displayLine() is deprecated, so better use displayError() here. --- pear/PEAR/Command/Registry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php index d8b0189c0d..6ba1b9bc19 100644 --- a/pear/PEAR/Command/Registry.php +++ b/pear/PEAR/Command/Registry.php @@ -227,7 +227,7 @@ installed package.' return $info; } if (empty($info)) { - $this->ui->displayLine("Nothing found for `$params[0]'"); + $this->ui->displayError("Nothing found for `$params[0]'"); return; } unset($info['filelist']); -- 2.40.0