Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
35ce6daa
Commit
35ce6daa
authored
Feb 12, 2007
by
Dries Buytaert
Browse files
- Patch
#118041
by kkaefer: fixed small braino in url().
parent
74c910e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
35ce6daa
...
...
@@ -1164,7 +1164,7 @@ function url($path = NULL, $query = NULL, $fragment = NULL, $absolute = FALSE) {
static
$script
;
static
$clean_url
;
if
(
empty
(
$script
))
{
if
(
!
isset
(
$script
))
{
// On some web servers, such as IIS, we can't omit "index.php". So, we
// generate "index.php?q=foo" instead of "?q=foo" on anything that is not
// Apache.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment