]> granicus.if.org Git - php/commitdiff
* bold column headings
authorStig Bakken <ssb@php.net>
Sun, 26 May 2002 17:48:40 +0000 (17:48 +0000)
committerStig Bakken <ssb@php.net>
Sun, 26 May 2002 17:48:40 +0000 (17:48 +0000)
pear/PEAR/Command/Package.php

index 513e9d4e09016087afd7c9fd2397665b7ee3542e..63fb3f0c55cdf7a5242ef216913f1b67a4424ddf 100644 (file)
@@ -376,7 +376,8 @@ List all depencies the package has.'
         if (is_array($info['release_deps'])) {
             $this->ui->startTable(array('caption' => 'Dependencies for ' . $info['package'],
                                         'border' => true));
-            $this->ui->tableRow(array("Type", "Name", "Relation", "Version"));
+            $this->ui->tableRow(array("Type", "Name", "Relation", "Version"),
+                                array('bold' => true));
 
             foreach ($info['release_deps'] as $d) {