]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-revision.php
- Beg link does now (not yet implemented but prepared) log all referal URLs. It
[mailer.git] / inc / loader / load_cache-revision.php
index 7cfa22f9a9f75b020d8a22ab4a6f9507c9d468db..d15d410c30a41aae86a776ab6d0582f1c6dbbcfa 100644 (file)
@@ -14,8 +14,6 @@
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
@@ -51,7 +49,7 @@ if ($GLOBALS['cache_instance']->loadCacheFile('revision')) {
        $GLOBALS['cache_instance']->init();
 
        // add the new RevInfos in and saves it to the cache
-       $GLOBALS['cache_instance']->addRow(getArrayFromActualVersion());
+       $GLOBALS['cache_instance']->addRow(getArrayFromRepositoryData());
 
        // Close the cache
        $GLOBALS['cache_instance']->finalize();