* Avoid corrupting <gallery> inside <!-- comment -->
[lhc/web/wiklou.git] / maintenance / checkUsernames.php
index e8790da..a3d9dbb 100644 (file)
@@ -12,9 +12,9 @@ class checkUsernames {
        function main() {
                global $wgDBname;
                $fname = 'checkUsernames::main';
-               
+
                $dbr =& wfGetDB( DB_SLAVE );
-               
+
                $res = $dbr->select( 'user',
                        array( 'user_id', 'user_name' ),
                        null,