summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-29 19:49:11 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-29 19:49:11 +0000
commit21a0e8b904274aa3f31c60b4b4ec31f52f248ded (patch)
tree5a9e18f2c804bedee031646e751f6e6371eb6b8d /includes/common.inc
parentbe2f4058189a54fb2bd1ad8309efa8d75d297b81 (diff)
downloadbrdo-21a0e8b904274aa3f31c60b4b4ec31f52f248ded.tar.gz
brdo-21a0e8b904274aa3f31c60b4b4ec31f52f248ded.tar.bz2
- Updated code to use new semantics of url() and l().
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)) {