From 21a0e8b904274aa3f31c60b4b4ec31f52f248ded Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 29 Dec 2003 19:49:11 +0000 Subject: - Updated code to use new semantics of url() and l(). --- includes/common.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index fc2c5f192..881f886e7 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -838,9 +838,6 @@ function url($url = NULL, $query = NULL, $fragment = NULL) { if (isset($fragment)) { $fragment = "#$fragment"; } - else { - $fragment = ''; - } if (variable_get("clean_url", "0") == "0") { if (isset($url)) { -- cgit v1.2.3