]> git.mjollnir.org Git - moodle.git/commitdiff
Undoing an incorrect instance of htmlentity encoding a &. Probably got in
authordefacer <defacer>
Sun, 3 Oct 2004 16:40:20 +0000 (16:40 +0000)
committerdefacer <defacer>
Sun, 3 Oct 2004 16:40:20 +0000 (16:40 +0000)
with all the XHTML frenzy. Thanks to Daryl for helping to debug this! :-)

mod/chat/chatd.php

index bddda6c73d72e3a6c851481680236dfb166678ef..8ea2ee623d312c0ae8f02354e7c7d4533c25d9bf 100755 (executable)
@@ -366,7 +366,7 @@ class ChatDaemon {
                 // The refresh value is 2 seconds higher than the configuration variable because we are doing JS refreshes all the time.
                 // However, if the JS doesn't work for some reason, we still want to refresh once in a while.
                 $header .= "Refresh: ".(intval($CFG->chat_refresh_userlist) + 2)."; url=http://$CFG->chat_serverhost:$CFG->chat_serverport/?win=users&".
-                           "chat_sid=".$sessionid."&amp;groupid=".$this->sets_info[$sessionid]['groupid']."\n";
+                           "chat_sid=".$sessionid."&groupid=".$this->sets_info[$sessionid]['groupid']."\n";
                 $header .= "\n";
 
                 // That's enough headers for one lousy dummy response