]> git.mxchange.org Git - mailer.git/blobdiff - inc/inc-functions.php
Fixes/rewrites for content-type
[mailer.git] / inc / inc-functions.php
index 06e912fa06bfb3ae58c7c504dab956597790d7f8..54853e78ad893cc408c14917d074be4ccaf505c3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 03/10/2009 *
- * ===============                              Last change: 03/10/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 03/10/2009 *
+ * ===================                          Last change: 03/10/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : inc-functions.php                                *
@@ -121,7 +121,7 @@ function loadInclude ($inc) {
        } // END - if
 
        // Try to load it
-       require($GLOBALS['inc_loaded'][$inc]);
+       include($GLOBALS['inc_loaded'][$inc]);
 }
 
 // Loads an include file once