Browse Source

Forgot that one

experimental/new_apache_hooks
Tomas V.V.Cox 24 years ago
parent
commit
aa7d447d25
  1. 4
      pear/PEAR/Command/Package.php

4
pear/PEAR/Command/Package.php

@ -208,7 +208,7 @@ List all depencies the package has.'
return $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]);
}
}
$caption = 'About ' . basename($params[0]);
$caption = 'About ' . $info['package'];
$data = array(
'caption' => $caption,
'border' => true);

Loading…
Cancel
Save