X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffix_user_points.php;h=a070afaeab359f866a5ab2b92943fee9e75afe8a;hp=835d7d785accdb79b1ad04946c036c863a30c2d2;hb=61621983cc6d7195fcc7eab29b5f6080ff283b34;hpb=e9da1508b2a3ccbf63adc999981674740a47e074 diff --git a/inc/fix_user_points.php b/inc/fix_user_points.php index 835d7d785a..a070afaeab 100644 --- a/inc/fix_user_points.php +++ b/inc/fix_user_points.php @@ -11,7 +11,7 @@ * Kurzbeschreibung : Repariert doppelte Eintraege in user_points * * -------------------------------------------------------------------- * * 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 * @@ -50,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