[svn r14321] Removed error logging

skala
Yannick Warnier 18 years ago
parent 54e1878b51
commit d492fcebbb
  1. 1
      main/inc/header.inc.php

@ -78,7 +78,6 @@ if(api_get_setting('user_selected_theme') == 'true')
{ {
$useri = api_get_user_info(); $useri = api_get_user_info();
$theme = $useri['theme']; $theme = $useri['theme'];
error_log('Theme is now: '.$theme.' while $my_style is now: '.$my_style,0);
if(!empty($theme) && $theme != $my_style) if(!empty($theme) && $theme != $my_style)
{ {
$my_style = $theme; $my_style = $theme;

Loading…
Cancel
Save