1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

* bold column headings

This commit is contained in:
Stig Bakken
2002-05-26 17:48:40 +00:00
parent 457af88cf4
commit 5819f202f9
+2 -1
View 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) {