Referal overview finished and rewritten for refback extension
[mailer.git] / inc / loader / load_cache-refsystem.php
index 1a6ad2d61e76947dab9e628c4f280f034dc60a9c..5d8c7d12efc0cd6a65f3d27f7e0d5355e178eb2a 100644 (file)
@@ -37,9 +37,9 @@ if (!defined('__SECURITY')) {
        require($INC);
 }
 
-// Next cached table is the referral system (refsystem)...
+// Next cached table is the referal system (refsystem)...
 if ($cacheInstance->cache_file("refsystem", true) == true) {
-       // Load referral system from cache
+       // Load referal system from cache
        global $cacheArray;
        $cacheArray['ref_system'] = $cacheInstance->cache_load();
 } elseif (($_CONFIG['cache_refsys'] == "Y") && ($CSS != "1") && ($CSS != "-1")) {