]> granicus.if.org Git - php/commitdiff
More info output retouchs
authorTomas V.V.Cox <cox@php.net>
Fri, 7 Jun 2002 10:20:41 +0000 (10:20 +0000)
committerTomas V.V.Cox <cox@php.net>
Fri, 7 Jun 2002 10:20:41 +0000 (10:20 +0000)
pear/PEAR/Command/Registry.php

index bb12d1ecff446185710766df6f39c0bb3180e27f..57bc616544ac78303297ee036a067a42b65d7b53 100644 (file)
@@ -263,18 +263,18 @@ installed package.'
                             } else {
                                 $rel = $d['rel'];
                             }
-
                             if (isset($this->_deps_type_trans[$d['type']])) {
                                 $type = ucfirst($this->_deps_type_trans[$d['type']]);
                             } else {
                                 $type = $d['type'];
                             }
-
                             if (isset($d['name'])) {
                                 $name = $d['name'] . ' ';
+                            } else {
+                                $name = '';
                             }
                             if (isset($d['version'])) {
-                                $version = $d['version'];
+                                $version = $d['version'] . ' ';
                             } else {
                                 $version = '';
                             }