From f29e62abafcf57b076a02b9fe30e14f93baf12f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 1 Feb 2008 23:45:48 +0000 Subject: [PATCH] referral levels are saved now. the script was telling you they were not. --- 0.2.1/inc/modules/admin/what-config_points.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2