]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/bonus_functions.php
Some variable rewrites
[mailer.git] / inc / libs / bonus_functions.php
index 058770d3252916309fc60051333caa557b2a3d63..6679aa5f2f064599b1d22c78719a2494b144002c 100644 (file)
@@ -43,7 +43,7 @@ function BONUS_ADD_TURBO_POINTS ($mid, $uid, $type) {
        if (getConfig('bonus_active') != "Y") return false;
 
        // Init variables
-       $SQL = ""; $bonys = 0; $mail = 0; $column = "";
+       $sql = ""; $bonys = 0; $mail = 0; $column = "";
 
        // Select SQL command
        switch ($type)