referral levels are saved now. the script was telling you they were not.
[mailer.git] / 0.2.1 / inc / modules / admin / what-config_points.php
index 60c264af34fcfb71aeb0667bcad4cd5e336a676f..a1e35996d6f3bad91e09dc34c61850c6e59e5e8c 100644 (file)
@@ -144,7 +144,7 @@ WHERE mails_confirmed < %d", $REF, $REF);
                }
                break;
        }
-       if (isset($SQL))
+       if ((isset($SQL)) && (is_array($SQL)) && (!empty($SQL[0])))
        {
                if (strpos($SQL[0], "INSERT") > -1)
                {