Fix for bug 1759:

One notice in debug mode removed.
This commit is contained in:
defacer
2004-08-22 17:03:33 +00:00
parent 2b0d60ec78
commit 43c9195b84
+1
View File
@@ -5,6 +5,7 @@ require("../lib.php");
require_variable($chat_sid);
optional_variable($groupid);
optional_variable($chat_pretext, '');
if (!$chatuser = get_record("chat_users", "sid", $chat_sid)) {
echo "Not logged in!";