Commit 974944b7 authored by Nico Schallehn's avatar Nico Schallehn

bugfix 2 für James

parent 058b9363
...@@ -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, ($UserID==0?$_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