From 5819f202f971bcb33e518dcee4be00fc0a49db8f Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 26 May 2002 17:48:40 +0000 Subject: [PATCH] * bold column headings --- pear/PEAR/Command/Package.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.50.1