X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Ffix_user_points.php;h=47b00fa51af7e835a3818b460cf2776a749aa2fb;hb=0ed9eaa5aea8db1f690a983a39ff4b2074faf6c5;hp=0d8dd917c26ec03b21f8b2252113f7f365fb0d0c;hpb=56931cd9321119dd37372bd16d6c552857e40066;p=mailer.git diff --git a/inc/fix_user_points.php b/inc/fix_user_points.php index 0d8dd917c2..47b00fa51a 100644 --- a/inc/fix_user_points.php +++ b/inc/fix_user_points.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -54,7 +54,7 @@ WHERE ORDER BY `userid` ASC', __FILE__, __LINE__); -// Do we have entries? (we should have!) +// Are there entries? (there should be!) if (!SQL_HASZERONUMS($result)) { // Load row by row while ($row = SQL_FETCHARRAY($result)) {