Remove extra parenthesis on where conditions
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 4 Jan 2014 21:03:02 +0000 (22:03 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Sat, 4 Jan 2014 21:03:02 +0000 (22:03 +0100)
commit2fb4181ad422ec117508e67c29fad7e6a7dbb570
treecaef1ca648b1fba7e2b45e59b2fc873db47362f1
parentcadbf1fc5fd094bcc5e5e4055ddce4c8dec84020
Remove extra parenthesis on where conditions

No need for parenthesis there, because Database::makeList always add
parenthesis around raw where clauses.

Also replaced hard coded quotes by Database::addQuotes

Change-Id: Idcfea54383ac1ba22daa38fba81b883dc0d883f6
includes/specials/SpecialProtectedpages.php
maintenance/fixDoubleRedirects.php