Changeset 592

Show
Ignore:
Timestamp:
2007-07-30 13:05:43 (18 months ago)
Author:
wwalc
Message:

removed unnecessary code from main file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MediaWiki/trunk/extensions/FCKeditor/FCKeditor.php

    r582 r592  
    2626*/ 
    2727 
    28 error_reporting(E_ALL | E_NOTICE); 
    29 ini_set("display_errors", 1); 
    30  
    3128require_once $IP . "/includes/GlobalFunctions.php"; 
    3229require_once $IP . "/includes/ParserOptions.php"; 
     
    4239$wgFCKEditorToolbarSet   = "Wiki"; 
    4340$wgFCKEditorHeight       = "600"; 
    44 $wgFCKEditorAllow_a_tags      = true; // <a> </a>   : Set this to true if you want to use the **external** link generator of the FCKeditor. 
    45 $wgFCKEditorAllow_img_tags    = true; // <img />    : Set this to true if you want to use the file browser and/or the smilies of the FCKeditor. 
    4641 
    4742/**