summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc3
1 files changed, 0 insertions, 3 deletions
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)) {