mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Forgot that one
This commit is contained in:
parent
8447d094c6
commit
aa7d447d25
1 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ List all depencies the package has.'
|
||||||
return $info;
|
return $info;
|
||||||
}
|
}
|
||||||
$data = &PEAR_Command_Package::_infoForDisplaying($info);
|
$data = &PEAR_Command_Package::_infoForDisplaying($info);
|
||||||
$this->ui->outputData($data, $command);
|
$this->ui->outputData($data, 'package-info');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -270,7 +270,7 @@ List all depencies the package has.'
|
||||||
$info[$key] = preg_replace('/ +/', ' ', $info[$key]);
|
$info[$key] = preg_replace('/ +/', ' ', $info[$key]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$caption = 'About ' . basename($params[0]);
|
$caption = 'About ' . $info['package'];
|
||||||
$data = array(
|
$data = array(
|
||||||
'caption' => $caption,
|
'caption' => $caption,
|
||||||
'border' => true);
|
'border' => true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue