]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/timezone_functions.php
Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
[mailer.git] / inc / libs / timezone_functions.php
index 386f79240a8c916963d3db8c6092f85ab61f22d5..3acb6ca3245e11a3b76c7e9d469ecd5ba997aeba 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -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]
 ?>