From: Stig Bakken Date: Sun, 26 May 2002 17:48:40 +0000 (+0000) Subject: * bold column headings X-Git-Tag: NEW_UI_API_BP~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5819f202f971bcb33e518dcee4be00fc0a49db8f;p=php * bold column headings --- diff --git a/pear/PEAR/Command/Package.php b/pear/PEAR/Command/Package.php index 513e9d4e09..63fb3f0c55 100644 --- a/pear/PEAR/Command/Package.php +++ b/pear/PEAR/Command/Package.php @@ -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) {