From bda81affd2274644278975bdfa86ad779a71e2dd Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Sun, 23 Dec 2001 21:32:09 +0000 Subject: [PATCH] added the tag under for the package.xml file --- pear/PEAR/Common.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index e25fcc3511f..5f02913bd9a 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);