X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Ftimezone_functions.php;h=fa77f98fbe439395bb6de8feb25072b9d298a923;hp=c00d3d60c95f289ea045b43b006adb584a440d87;hb=24dfd21baed6a9a112992bdabf7da96576012bc4;hpb=19b197c32c96ce8eea26561fb7b40e87c57716ae diff --git a/inc/libs/timezone_functions.php b/inc/libs/timezone_functions.php index c00d3d60c9..fa77f98fbe 100644 --- a/inc/libs/timezone_functions.php +++ b/inc/libs/timezone_functions.php @@ -14,11 +14,9 @@ * $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] ?>