]> 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 c00d3d60c95f289ea045b43b006adb584a440d87..fa77f98fbe439395bb6de8feb25072b9d298a923 100644 (file)
  * $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                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -42,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]
 ?>