Bläddra i källkod

Remove error_log #minor

Yannick Warnier 11 år sedan
förälder
incheckning
37021dfca4
1 ändrade filer med 0 tillägg och 1 borttagningar
  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) ;