X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Ftimezone_functions.php;h=43d7a09f86f4307ccecb1e0a40ad09ab3994532e;hb=596c8ab32594401ca84abfbfe35513ddfff31bec;hp=386f79240a8c916963d3db8c6092f85ab61f22d5;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8;p=mailer.git diff --git a/inc/libs/timezone_functions.php b/inc/libs/timezone_functions.php index 386f79240a..43d7a09f86 100644 --- a/inc/libs/timezone_functions.php +++ b/inc/libs/timezone_functions.php @@ -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 - 2012 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] ?>