X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-active.php;h=5c7c03c0a8763760218d1b092eb559bcf9c1730e;hp=0f3228d44af358b54ddfdc688cdb1809505a54b4;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=6b1e55213d76a67e9aa3d9f1e4dcb55e0bbf12ee diff --git a/inc/modules/guest/what-active.php b/inc/modules/guest/what-active.php index 0f3228d44a..5c7c03c0a8 100644 --- a/inc/modules/guest/what-active.php +++ b/inc/modules/guest/what-active.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Liste heutiger aktiver Mitglieder * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -63,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)) {