Browse Source

* ignore files in older releases (changelog)

experimental/new_ui_api
Stig Bakken 25 years ago
parent
commit
7e7676f8fb
  1. 6
      pear/PEAR/Common.php

6
pear/PEAR/Common.php

@ -331,6 +331,9 @@ class PEAR_Common extends PEAR
}
break;
case 'file':
if ($this->in_changelog) {
break;
}
if (isset($attribs['name'])) {
$path = '';
if (count($this->dir_names)) {
@ -488,6 +491,9 @@ class PEAR_Common extends PEAR
array_pop($this->dir_names);
break;
case 'file':
if ($this->in_changelog) {
break;
}
if ($data) {
$path = '';
if (count($this->dir_names)) {

Loading…
Cancel
Save