From: Alexandre Emsenhuber Date: Tue, 16 Jun 2009 12:37:44 +0000 (+0000) Subject: removed unneeded semi-colon X-Git-Tag: 1.31.0-rc.0~41347 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=35656218e6230aefdf8863c095e727a0243b13f8;p=lhc%2Fweb%2Fwiklou.git removed unneeded semi-colon --- diff --git a/includes/Preferences.php b/includes/Preferences.php index 5326d700c4..b73249c8fa 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -489,7 +489,7 @@ class Preferences { $tzSetting = $tzOffset; if (count($tz) > 1 && $tz[0] == 'Offset') { $minDiff = $tz[1]; - $tzSetting = sprintf( '%+03d:%02d', floor($minDiff/60), abs($minDiff)%60 );; + $tzSetting = sprintf( '%+03d:%02d', floor($minDiff/60), abs($minDiff)%60 ); } $defaultPreferences['timecorrection'] =