From: Stig Bakken Date: Tue, 21 May 2002 07:00:45 +0000 (+0000) Subject: * disable wrapping for now X-Git-Tag: RELEASE_0_10~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7ccd22d5e35ca7d90e5a555490fc617ed8b04e7;p=php * disable wrapping for now --- 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 {