]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/timezone_functions.php
Moved all FILTER_FOO() filter functions to an own include directory:
[mailer.git] / inc / libs / timezone_functions.php
index 5250e1a2075f85d2afe3cdc80457e74fec0b3d9b..fa77f98fbe439395bb6de8feb25072b9d298a923 100644 (file)
@@ -40,14 +40,5 @@ if (!defined('__SECURITY')) {
        die();
 } // END - if
 
-// Filter for setting the timezone
-function FILTER_INIT_TIMEZONE () {
-       // Just set it if the required function is there
-       if (function_exists('date_default_timezone_set')) {
-               // CFG: TIME-ZONE
-               date_default_timezone_set(getConfig('timezone'));
-       } // END - if
-}
-
 // [EOF]
 ?>