@@ -901,7 +901,6 @@ discard block |
||
| 901 | 901 | $user_info_min[$row['id_member']]['time_offset'] = ($tz_user->getOffset($time_user) - |
| 902 | 902 | $tz_system->getOffset($time_system)) / 3600; |
| 903 | 903 | } |
| 904 | - |
|
| 905 | 904 | else |
| 906 | 905 | $user_info_min[$row['id_member']]['time_offset'] = empty($row['time_offset']) ? 0 : $row['time_offset']; |
| 907 | 906 | } |
@@ -1633,7 +1632,6 @@ discard block |
||
| 1633 | 1632 | $time_user = new DateTime('now', $tz_user); |
| 1634 | 1633 | $profile['time_offset'] = ($tz_user->getOffset($time_user) - $tz_system->getOffset($time_system)) / 3600; |
| 1635 | 1634 | } |
| 1636 | - |
|
| 1637 | 1635 | else |
| 1638 | 1636 | { |
| 1639 | 1637 | // !!! Compatibility. |
@@ -2326,7 +2324,6 @@ discard block |
||
| 2326 | 2324 | loadLanguage('index+Modifications'); |
| 2327 | 2325 | $context['template_layers'] = array(); |
| 2328 | 2326 | } |
| 2329 | - |
|
| 2330 | 2327 | else |
| 2331 | 2328 | { |
| 2332 | 2329 | // Custom templates to load, or just default? |