Editing of bank packages added (updating records not finished!)
[mailer.git] / doubler.php
index 214641567f67f94afa68f2ce3e51f95e1fe5a435..e8a088bc8cefdef9885e7ab482571898e9d1dcf1 100644 (file)
@@ -48,7 +48,7 @@ $CSS = "0";
 require ("inc/config.php");
 
 // Is the script installed?
-if (defined('mxchange_installed') && (mxchange_installed))
+if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed')))
 {
        // Probe for referral ID
        if (!empty($_GET['refid'])) $GLOBALS['refid'] = bigintval($_GET['refid']);
@@ -146,14 +146,14 @@ if (defined('mxchange_installed') && (mxchange_installed))
 
                                        // Add points to "total payed" including charge
                                        $points = $_POST['points'] - $_POST['points'] * $_CONFIG['doubler_charge'];
-                                       $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_config SET doubler_points=doubler_points+%s WHERE config='0' LIMIT 1",
+                                       $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_config SET doubler_points=doubler_points+%s WHERE config=0 LIMIT 1",
                                         array($points), __FILE__, __LINE__);
                                        $_CONFIG['doubler_points'] += $points;
 
                                        // Destroy cache
                                        if (GET_EXT_VERSION("cache") >= "0.1.2")
                                        {
-                                               if ($CACHE->cache_file("config", true)) $CACHE->cache_destroy();
+                                               if ($cacheInstance->cache_file("config", true)) $cacheInstance->cache_destroy();
                                        }
 
                                        // Add second line for the referral but only when uid != refid
@@ -167,7 +167,7 @@ if (defined('mxchange_installed') && (mxchange_installed))
                                        }
 
                                        // Update usage counter
-                                       $result = SQL_QUERY("UPDATE "._MYSQL_PREFIX."_config SET doubler_counter=doubler_counter+1 WHERE config='0' LIMIT 1", __FILE__, __LINE__);
+                                       $result = SQL_QUERY("UPDATE "._MYSQL_PREFIX."_config SET doubler_counter=doubler_counter+1 WHERE config=0 LIMIT 1", __FILE__, __LINE__);
                                        $_CONFIG['doubler_counter']++;
 
                                        // Set constant