From 2dc974d72d246705af914a40eb86312f3660d4b1 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 9 Apr 2002 08:17:49 +0000 Subject: [PATCH] * drop file replace= attribute --- pear/PEAR/Common.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index f522d12fae..63696ed630 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -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']) . '"'; -- 2.50.1