From c431c9af1ac2a43146155e57e754309a9e27f24b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 14 Sep 2005 21:04:48 +0000 Subject: [PATCH] Bug 3307: Remove an if that might break timezone --- includes/UserMailer.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/includes/UserMailer.php b/includes/UserMailer.php index d032cc2a51..fd87388b61 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -347,10 +347,7 @@ class EmailNotification { $body = str_replace( '$WATCHINGUSERNAME', $watchingUser->getName() , $this->body ); $timecorrection = $watchingUser->getOption( 'timecorrection' ); - if( !$timecorrection ) { - # fail safe - I prefer it. TomGries - $timecorrection = '00:00'; - } + # $PAGEEDITDATE is the time and date of the page change # expressed in terms of individual local time of the notification # recipient, i.e. watching user -- 2.20.1