From e7ccd22d5e35ca7d90e5a555490fc617ed8b04e7 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 21 May 2002 07:00:45 +0000 Subject: [PATCH] * disable wrapping for now --- pear/PEAR/Command/Registry.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php index 0cbdd393ba..31859c0f75 100644 --- a/pear/PEAR/Command/Registry.php +++ b/pear/PEAR/Command/Registry.php @@ -132,9 +132,11 @@ Tests if a package is installed in the system. Will exit(1) if it is not. } $dest = preg_replace('!/+!', '/', $dest); $file = preg_replace('!/+!', '/', $file); +/* $opts = array(0 => array('wrap' => 23), 1 => array('wrap' => 45) ); +*/ if ($installed) { $this->ui->tableRow(array($att['role'], $dest), null, $opts); } else { -- 2.50.1