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