aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/sessions.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-31 14:06:06 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-31 14:06:06 +0000
commitb3366f1e3518c5b46b379178eac191e3a3974dfa (patch)
tree6e29ba4b824f778c7116593e74a771b1b6f03d7a /phpBB/includes/sessions.php
parent8b84c5a970c5d8102dbe918ea6a31ba2482b4d3b (diff)
downloadforums-b3366f1e3518c5b46b379178eac191e3a3974dfa.tar
forums-b3366f1e3518c5b46b379178eac191e3a3974dfa.tar.gz
forums-b3366f1e3518c5b46b379178eac191e3a3974dfa.tar.bz2
forums-b3366f1e3518c5b46b379178eac191e3a3974dfa.tar.xz
forums-b3366f1e3518c5b46b379178eac191e3a3974dfa.zip
HTML 4.01 and XHTML 1.0 compliance changes
git-svn-id: file:///svn/phpbb/trunk@767 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/sessions.php')
-rw-r--r--phpBB/includes/sessions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/sessions.php b/phpBB/includes/sessions.php
index c5f0db17f3..035bf8b2ea 100644
--- a/phpBB/includes/sessions.php
+++ b/phpBB/includes/sessions.php
@@ -413,8 +413,8 @@ function append_sid($url)
if(!empty($SID) && !eregi("sid=", $url))
{
- $url = ereg_replace("[&?]+$", "", $url);
- $url .= ( (strpos($url, "?") != false) ? "&" : "?" ) . $SID;
+// $url = ereg_replace("[&?]+$", "", $url);
+ $url .= ( (strpos($url, "?") != false) ? "&amp;" : "?" ) . $SID;
}
return($url);