Missing variable fixed, array initialization moved
[mailer.git] / inc / modules / member / what-points.php
index d83e597a0b820624b68c4a1d973287f129e5feab..15bc77867ae86ab1802b8ac6de3cbcc73874f041 100644 (file)
@@ -109,7 +109,7 @@ LIMIT 1",
        } // END - if
 
        // Free result
-       SQL_FREERESULT($result_refs);
+       SQL_FREERESULT($result_points);
 
        // Output row
        $OUT .= loadTemplate('member_points_row', true, $content);