From: Stig Bakken Date: Tue, 4 Sep 2001 03:34:59 +0000 (+0000) Subject: * hopefully the only changes required for the initials->user rename X-Git-Tag: PRE_SUBST_Z_MACROS~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f12896d23b71cc6fc366427a44e68700206378e8;p=php * hopefully the only changes required for the initials->user rename --- 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":