From 921e6bc19a69a28d1ac435bb125adee51b985bd6 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 4 May 2002 18:58:32 +0000 Subject: - rolling back common.inc. Wasn't supposed to be in the last commit. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index f58587556..67eaeb80a 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -641,7 +641,7 @@ function drupal_url($args = array(), $script = "node") { foreach ($args as $key => $value) { $t[] = "$key=". urlencode($value); } - return htmlentities("$script.php?". implode("&", $t)); + return "$script.php?". implode("&", $t); } /** -- cgit v1.2.3