]> granicus.if.org Git - php/commitdiff
* hopefully the only changes required for the initials->user rename
authorStig Bakken <ssb@php.net>
Tue, 4 Sep 2001 03:34:59 +0000 (03:34 +0000)
committerStig Bakken <ssb@php.net>
Tue, 4 Sep 2001 03:34:59 +0000 (03:34 +0000)
pear/PEAR/Common.php
pear/PEAR/WebInstaller.php

index 584eb42d2bc04e628aee24b9e73621804f748974..d6b02cb6b4050b4802bef0dde81a376dd8a70535 100644 (file)
@@ -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':
index 4932610532bc60a8f7506dcfb20da2b2b07b28cb..14e48855d65cc11f9dc42d9ebeeb271db90dc2c8 100644 (file)
@@ -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":