uncommented "make bureaucrat" checkbox
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 21 Jun 2004 02:30:29 +0000 (02:30 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 21 Jun 2004 02:30:29 +0000 (02:30 +0000)
includes/SpecialMakesysop.php

index 653f062..a9564f1 100644 (file)
@@ -76,7 +76,7 @@ class MakesysopForm {
                                </td>
                        </tr>" 
                );
-               /*
+               
                $makeburo = wfMsg( "setbureaucratflag" );
                $wgOut->addHTML(
                        "<tr>
@@ -84,7 +84,7 @@ class MakesysopForm {
                                        <input type=checkbox name=\"wpSetBureaucrat\" value=1>$makeburo
                                </td>
                        </tr>"
-               );*/
+               );
 
                if ( $wgUser->isDeveloper() ) {
                        $rights = wfMsg( "rights" );