From: Michael M Slusarz Date: Thu, 4 Mar 2010 19:30:25 +0000 (-0700) Subject: Mark these methods as deprecated X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e88a350a2d5d40b6699e50937f2c9a7b0c912eff;p=horde.git Mark these methods as deprecated --- diff --git a/framework/Util/lib/Horde/Util.php b/framework/Util/lib/Horde/Util.php index 0f88af70b..3765ebf8e 100644 --- a/framework/Util/lib/Horde/Util.php +++ b/framework/Util/lib/Horde/Util.php @@ -217,6 +217,8 @@ class Horde_Util * there are existing parameters and whether to use ?, & or & as the * glue. All data will be urlencoded. * + * @deprecated + * * @param Horde_Url|string $url The URL to modify. * @param mixed $parameter Either the name value -or- an array of * name/value pairs. @@ -252,6 +254,8 @@ class Horde_Util /** * Removes name=value pairs from a URL. * + * @deprecated + * * @param Horde_Url|string $url The URL to modify. * @param mixed $remove Either a single parameter to remove or an * array of parameters to remove.