]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
Handling of empty results
[mailer.git] / inc / load_cache.php
index cb35e6adf9e9d2770e471b2fdd77e6bf21462058..33f2d63b5592e9c8b2af0fe67d87980bda6c3d43 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 11/28/2004 *
- * ===============                              Last change: 11/28/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 11/28/2004 *
+ * ===================                          Last change: 11/28/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : load_cache.php                                   *
@@ -43,7 +43,6 @@ if (!defined('__SECURITY')) {
 
 // Init cache instance and array
 $GLOBALS['cache_instance'] = null;
-$GLOBALS['cache_array'] = array();
 
 // Init cache first
 initCacheInstance();