]> git.mxchange.org Git - mailer.git/commitdiff
SQL fixed
authorRoland Häder <roland@mxchange.org>
Fri, 15 Jul 2011 10:48:48 +0000 (10:48 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 15 Jul 2011 10:48:48 +0000 (10:48 +0000)
inc/modules/guest/what-active.php

index d4e951dc20a3f60ba1b0b0c35b35539f338e16c3..af4246cebd12b0c758f19a287b4f724bb7ea4a57 100644 (file)
@@ -50,7 +50,7 @@ if ((!isExtensionActive('active')) && (!isAdmin())) {
 
 // Check for members who were active only this day
 $result = SQL_QUERY("SELECT
 
 // 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
 FROM
        `{?_MYSQL_PREFIX?}_user_data`
 WHERE