Updated copyright year.
[mailer.git] / inc / fix_user_points.php
index b4a61ae4f9618e7840689adaa45a692ca6f0ea62..a070afaeab359f866a5ab2b92943fee9e75afe8a 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Repariert doppelte Eintraege in user_points      *
  * -------------------------------------------------------------------- *
- * $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 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -55,7 +50,7 @@ ORDER BY
        `userid` ASC', __FILE__, __LINE__);
 
 // Are there entries? (there should be!)
-if (!ifSqlHasZeroNums($result)) {
+if (!ifSqlHasZeroNumRows($result)) {
        // Load row by row
        while ($row = sqlFetchArray($result)) {
                // Update the database again