projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d97c19
)
Mark these methods as deprecated
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 4 Mar 2010 19:30:25 +0000
(12:30 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 4 Mar 2010 19:30:25 +0000
(12:30 -0700)
framework/Util/lib/Horde/Util.php
patch
|
blob
|
history
diff --git
a/framework/Util/lib/Horde/Util.php
b/framework/Util/lib/Horde/Util.php
index
0f88af7
..
3765ebf
100644
(file)
--- 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.