From: Roland Häder Date: Fri, 1 Feb 2008 23:45:48 +0000 (+0000) Subject: referral levels are saved now. the script was telling you they were not. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f29e62abafcf57b076a02b9fe30e14f93baf12f1;p=mailer.git referral levels are saved now. the script was telling you they were not. --- diff --git a/0.2.1/inc/modules/admin/what-config_points.php b/0.2.1/inc/modules/admin/what-config_points.php index 60c264af34..a1e35996d6 100644 --- a/0.2.1/inc/modules/admin/what-config_points.php +++ b/0.2.1/inc/modules/admin/what-config_points.php @@ -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) {