Partly added network 'Ads4Clicks' as some APIs return JavaScript code
[mailer.git] / inc / libs / network_functions.php
index e90c66c73ca107fca3d58cb4e884ebad2588af44..c59214f677583a9bf3b5a02640f900b2f1707841 100644 (file)
@@ -194,7 +194,7 @@ function isNetworkTypeHandleValid ($type, $networkId) {
        // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__][$networkId][$type])) {
                // Does it exist?
-               $GLOBALS[__FUNCTION__][$networkId][$type] = (countSumTotalData(bigintval($networkid), 'network_types', 'network_type_id', 'network_id', TRUE, sprintf(" AND `network_type_handler`='%s'", SQL_ESCAPE($type))) == 1);
+               $GLOBALS[__FUNCTION__][$networkId][$type] = (countSumTotalData(bigintval($networkId), 'network_types', 'network_type_id', 'network_id', TRUE, sprintf(" AND `network_type_handler`='%s'", SQL_ESCAPE($type))) == 1);
        } // END - if
 
        // Return result