mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
* typo fix
This commit is contained in:
parent
75f15860b1
commit
1b09d1f19c
1 changed files with 3 additions and 14 deletions
|
@ -65,21 +65,10 @@ class PEAR_Command_Registry extends PEAR_Command_Common
|
||||||
if ($i++ % 20 == 0) {
|
if ($i++ % 20 == 0) {
|
||||||
$this->ui->tableRow(array('Package', 'Version', 'State'),
|
$this->ui->tableRow(array('Package', 'Version', 'State'),
|
||||||
array('bold' => true));
|
array('bold' => true));
|
||||||
/*
|
|
||||||
if ($j++ > 0) {
|
|
||||||
print "\n";
|
|
||||||
}
|
}
|
||||||
printf("%-20s %-10s %s\n",
|
$this->ui->tableRow(array($package['package'],
|
||||||
"Package", "Version", "State");
|
$package['version'],
|
||||||
print str_repeat("-", 75)."\n";
|
$package['release_state']));
|
||||||
*/
|
|
||||||
}
|
|
||||||
$this->ui->tableRow(array($package['package'], $package['version'], $pacage['release_state']));
|
|
||||||
|
|
||||||
/*
|
|
||||||
printf("%-20s %-10s %s\n", $package['package'],
|
|
||||||
$package['version'], $package['release_state']);
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
$this->ui->endTable();
|
$this->ui->endTable();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue