diff options
Diffstat (limited to 'includes/common.inc')
-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 |