]> granicus.if.org Git - php/commitdiff
* drop file replace= attribute
authorStig Bakken <ssb@php.net>
Tue, 9 Apr 2002 08:17:49 +0000 (08:17 +0000)
committerStig Bakken <ssb@php.net>
Tue, 9 Apr 2002 08:17:49 +0000 (08:17 +0000)
pear/PEAR/Common.php

index f522d12fae122dcb4dffc3f37a27027ac22e2183..63696ed63038d4423dc9a4a3ce47ff626e41635e 100644 (file)
@@ -820,9 +820,6 @@ class PEAR_Common extends PEAR
                     if (isset($fa['md5sum'])) {
                         $ret .= " md5sum=\"$fa[md5sum]\"";
                     }
-                    if (!empty($fa['replace'])) {
-                        $ret .= ' replace="yes"';
-                    }
                     if (!empty($fa['install-as'])) {
                         $ret .= ' install-as="' .
                              htmlspecialchars($fa['install-as']) . '"';