From b410e6e64d69ff312742075bea3e87cfb55a460e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 15 Jul 2011 10:48:48 +0000 Subject: [PATCH] SQL fixed --- inc/modules/guest/what-active.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/modules/guest/what-active.php b/inc/modules/guest/what-active.php index d4e951dc20..af4246cebd 100644 --- a/inc/modules/guest/what-active.php +++ b/inc/modules/guest/what-active.php @@ -50,7 +50,7 @@ if ((!isExtensionActive('active')) && (!isAdmin())) { // Check for members who were active only this day $result = SQL_QUERY("SELECT - `userid``, `last_online` + `userid`, `last_online` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE -- 2.39.2