From: Stig Bakken Date: Sat, 26 Feb 2000 16:03:50 +0000 (+0000) Subject: register package X-Git-Tag: PHP-4.0-RC1~393 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b783ef57b3eb3d8e8a69603a9e8bffd5e0ae557;p=php register package --- diff --git a/pear/HTTP.php b/pear/HTTP.php index 3947c06d6d..a4480caf5c 100644 --- a/pear/HTTP.php +++ b/pear/HTTP.php @@ -22,6 +22,9 @@ // HTTP utility functions. // +if ($GLOBALS['USED_PACKAGES']['HTTP']) return; +$GLOBALS['USED_PACKAGES']['HTTP'] = true; + class HTTP { /** * Format a date according to RFC-XXXX (can't remember the HTTP