浏览代码

Remove error_log #minor

Yannick Warnier 11 年之前
父节点
当前提交
37021dfca4
共有 1 个文件被更改,包括 0 次插入1 次删除
  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) ;