From f12896d23b71cc6fc366427a44e68700206378e8 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 4 Sep 2001 03:34:59 +0000 Subject: [PATCH] * hopefully the only changes required for the initials->user rename --- pear/PEAR/Common.php | 2 +- pear/PEAR/WebInstaller.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index 584eb42d2b..d6b02cb6b4 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -260,7 +260,7 @@ class PEAR_Common extends PEAR case 'SUMMARY': $this->pkginfo['summary'] .= $data; break; - case 'INITIALS': + case 'USER': $this->current_maintainer['handle'] .= $data; break; case 'EMAIL': diff --git a/pear/PEAR/WebInstaller.php b/pear/PEAR/WebInstaller.php index 4932610532..14e48855d6 100644 --- a/pear/PEAR/WebInstaller.php +++ b/pear/PEAR/WebInstaller.php @@ -455,7 +455,7 @@ class PEAR_WebInstaller extends PEAR case "SUMMARY": $this->pkginfo["summary"] .= $data; break; - case "INITIALS": + case "USER": $this->pkginfo["maintainer_handle"] .= $data; break; case "EMAIL": -- 2.50.1