]> granicus.if.org Git - php/commitdiff
* disable wrapping for now
authorStig Bakken <ssb@php.net>
Tue, 21 May 2002 07:00:45 +0000 (07:00 +0000)
committerStig Bakken <ssb@php.net>
Tue, 21 May 2002 07:00:45 +0000 (07:00 +0000)
pear/PEAR/Command/Registry.php

index 0cbdd393ba65966f7ea0a19673222b3f193417cd..31859c0f7560748cabf4125b753d680f37a1a1f2 100644 (file)
@@ -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 {