Commit 058b9363 authored by Nico Schallehn's avatar Nico Schallehn

Bugfix für James Antworten

parent b84fd7ce
...@@ -75,7 +75,7 @@ function ChatNachricht($text, $admin, $userchange ){ ...@@ -75,7 +75,7 @@ function ChatNachricht($text, $admin, $userchange ){
<li>übersicht über Chatbefehle einbauen (zum Beispiel ein Befehel zum Anzeigen aller Komandos)</li></ul>"; <li>übersicht über Chatbefehle einbauen (zum Beispiel ein Befehel zum Anzeigen aller Komandos)</li></ul>";
else else
$JamesText= "Zu Befehl!"; $JamesText= "Zu Befehl!";
sendMessage( $JamesText, 1, 0, 0, $admin, $time, 0, (isset($UserID)?$_SESSION['chatuserid']:0) ); sendMessage( $JamesText, 1, 0, 0, $admin, $time, 0, ($UserID==0?$_SESSION['chatuserid']:0) );
} }
return $text; return $text;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment