]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-points_data.php
Updated copyright notice as there are changes in this year
[mailer.git] / inc / loader / load-points_data.php
index 220567a81ae3ac866b73189bd6c86e64a9fc7d23..01457795b65f857f37295b34fd2dfaaff69ea77f 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
 if (!defined('__SECURITY')) {
        die();
 } elseif (isInstallationPhase()) {
-       // Use this code if you don't want to run this cache loader on installation phase
-       return;
+       // Do not run in installation phase
+       return FALSE;
+} elseif (!isExtensionInstalledAndNewer('sql_patches', '0.8.0')) {
+       // Is not installed or recent enough
+       return FALSE;
 }
 
 // Let's start with the admins table...
@@ -48,7 +51,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('points_data')) && ($GLOBALS['cac
        // Load cache
        $GLOBALS['cache_array']['points_data'] = $GLOBALS['cache_instance']->getArrayFromCache();
 
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS['cache_array']['points_data']['subject'])) {
                // Try to remove the cache file
                $GLOBALS['cache_instance']->removeCacheFile();