From e88a350a2d5d40b6699e50937f2c9a7b0c912eff Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 4 Mar 2010 12:30:25 -0700 Subject: [PATCH] Mark these methods as deprecated --- framework/Util/lib/Horde/Util.php | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.11.0