From: Tomas V.V.Cox Date: Sun, 23 Dec 2001 21:32:09 +0000 (+0000) Subject: added the tag under for the package.xml file X-Git-Tag: PRE_ISSET_PATCH~428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bda81affd2274644278975bdfa86ad779a71e2dd;p=php added the tag under for the package.xml file --- diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index e25fcc3511..5f02913bd9 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -316,7 +316,8 @@ class PEAR_Common extends PEAR $this->pkginfo['release_state'] = $data; } break; - case 'dir': + case 'license': + $this->pkginfo['release_license'] = trim($data); break; case 'file': $this->current_file = trim($data);