]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-active.php
Updated copyright year.
[mailer.git] / inc / modules / guest / what-active.php
index 3ec9c87ca6210678e288ec4e8e6de094a351b5e6..dcd25e068b189920ea4873140e30def041e477cd 100644 (file)
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Liste heutiger aktiver Mitglieder                *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2015 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -58,7 +58,7 @@ ORDER BY
 LIMIT {?active_limit?}", __FILE__, __LINE__);
 
 // Entries found?
-if (!ifSqlHasZeroNums($result)) {
+if (!ifSqlHasZeroNumRows($result)) {
        // At least one member was online so let's load them all
        $OUT = '';
        while ($content = sqlFetchArray($result)) {