]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-refback.php
Updated copyright year.
[mailer.git] / inc / modules / member / what-refback.php
index ff2333a22908a001f89fbbb436efbb1e9ea72aad..c6b0f67f4ef6f346bc34169f2b4ed76cd79454ea 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 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 *
@@ -107,7 +107,7 @@ ORDER BY
        `r`.`level` ASC', __FILE__, __LINE__);
 
 // Are there some entries? (Shall be!)
-if (!ifSqlHasZeroNums($result)) {
+if (!ifSqlHasZeroNumRows($result)) {
        // List all levels
        $OUT = '';
        while ($content = sqlFetchArray($result)) {