referral levels are saved now. the script was telling you they were not.
authorRoland Häder <roland@mxchange.org>
Fri, 1 Feb 2008 23:45:48 +0000 (23:45 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 1 Feb 2008 23:45:48 +0000 (23:45 +0000)
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;
        }
                }
                break;
        }
-       if (isset($SQL))
+       if ((isset($SQL)) && (is_array($SQL)) && (!empty($SQL[0])))
        {
                if (strpos($SQL[0], "INSERT") > -1)
                {
        {
                if (strpos($SQL[0], "INSERT") > -1)
                {