]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_points.php
Double brackets removed, some fixes
[mailer.git] / inc / modules / admin / what-add_points.php
index d6936169e84088d3acb7e7f96020c31db2256072..fb85e0ec97edda7a88c072031ecb9069b79cadf1 100644 (file)
@@ -59,7 +59,7 @@ if (REQUEST_GET('uid') == "all") {
                        __FILE__, __LINE__);
 
                // Process all entries
-               while ($content = SQL_FETCHROW($result_main)) {
+               while ($content = SQL_FETCHARRAY($result_main)) {
                        // Remove depth to prevent booking errors. This is a bad coding
                        // practice, thats also why we need to write this project from
                        // scratch...