]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-refdepths.php
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / inc / loader / load-refdepths.php
index e1a05818aa4316f0b1044201fa46917327585d3b..aa8b75c0e28e82ac7c7f56b37fe6afc681f9ad71 100644 (file)
@@ -52,7 +52,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('refdepths')) && ($GLOBALS['cache
        $GLOBALS['cache_instance']->init();
 
        // Load all modules and their data
-       $result = SQL_QUERY('SELECT `id`, `level`, `percents` FROM `{?_MYSQL_PREFIX?}_refdepths` ORDER BY `level` ASC', __FILE__, __LINE__);
+       $result = SQL_QUERY('SELECT `id`,`level`,`percents` FROM `{?_MYSQL_PREFIX?}_refdepths` ORDER BY `level` ASC', __FILE__, __LINE__);
        while ($content = SQL_FETCHARRAY($result)) {
                // Add row to cache file
                $GLOBALS['cache_instance']->addRow($content);