diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-07-03 20:16:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-07-03 20:16:11 +0000 |
commit | b65b1533dd18811b7a66ed016f4c06fb59098aed (patch) | |
tree | 4759dff0d7324aa704727ef93546049c83c43319 | |
parent | e1994751db3f36e9243313c945162c208f067ba7 (diff) | |
download | brdo-b65b1533dd18811b7a66ed016f4c06fb59098aed.tar.gz brdo-b65b1533dd18811b7a66ed016f4c06fb59098aed.tar.bz2 |
- Patch #104969 by Wesley: corrected PHPDoc.
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc index 04aa00897..a2c18d4fa 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -197,8 +197,6 @@ function drupal_get_feeds($delimiter = "\n") { * The array to be processed e.g. $_GET * @param $exclude * The array filled with keys to be excluded. Use parent[child] to exclude nested items. - * @param $urlencode - * If TRUE, the keys and values are both urlencoded. * @param $parent * Should not be passed, only used in recursive calls * @return |