Index: /MediaWiki/trunk/extensions/FCKeditor/FCKeditor.php
===================================================================
--- /MediaWiki/trunk/extensions/FCKeditor/FCKeditor.php	(revision 591)
+++ /MediaWiki/trunk/extensions/FCKeditor/FCKeditor.php	(revision 592)
@@ -26,7 +26,4 @@
 */
 
-error_reporting(E_ALL | E_NOTICE);
-ini_set("display_errors", 1);
-
 require_once $IP . "/includes/GlobalFunctions.php";
 require_once $IP . "/includes/ParserOptions.php";
@@ -42,6 +39,4 @@
 $wgFCKEditorToolbarSet   = "Wiki";
 $wgFCKEditorHeight       = "600";
-$wgFCKEditorAllow_a_tags      = true; // <a> </a>   : Set this to true if you want to use the **external** link generator of the FCKeditor.
-$wgFCKEditorAllow_img_tags    = true; // <img />    : Set this to true if you want to use the file browser and/or the smilies of the FCKeditor.
 
 /**
