From: Niklas Laxström Date: Wed, 14 Sep 2005 21:04:48 +0000 (+0000) Subject: Bug 3307: Remove an if that might break timezone X-Git-Tag: 1.6.0~1639 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=c431c9af1ac2a43146155e57e754309a9e27f24b;p=lhc%2Fweb%2Fwiklou.git Bug 3307: Remove an if that might break timezone --- 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