Browse Source

Remove error_log #minor

Yannick Warnier 11 years ago
parent
commit
37021dfca4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/inc/lib/fckeditor/fckeditor.php

+ 0 - 1
main/inc/lib/fckeditor/fckeditor.php

@@ -49,7 +49,6 @@ function FCKeditor_IsCompatibleBrowser()
             $sAgent = $HTTP_USER_AGENT ;
         }
     }
-error_log($sAgent);
     if ( strpos($sAgent, 'MSIE') !== false && strpos($sAgent, 'mac') === false && strpos($sAgent, 'Opera') === false ) {
         $iVersion = (float)substr($sAgent, strpos($sAgent, 'MSIE') + 5, 3) ;
         return ($iVersion >= 5.5) ;