Fix MySQLism in populateRevisionLength.php 1.31.0-rc.0
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 1 May 2018 13:24:36 +0000 (09:24 -0400)
committerAnomie <bjorsch@wikimedia.org>
Tue, 1 May 2018 16:25:38 +0000 (16:25 +0000)
commit9008bdffddb30b7b08611a276652e4ec4a295344
tree8aa3fb736fdfa85ebc04d39a8656fc0afc1b1c23
parent02fa994b2bb50e9980faa1ee69950e0e6bbacfd1
Fix MySQLism in populateRevisionLength.php

Use addQuotes() to make a quoted string instead of MySQL's nonstandard
use of double-quotes.

Change-Id: Ie2d017a33b694417a3db140b2798a8d55f911985
(cherry picked from commit 5e6efe18d01f64f2c9a0a8bcb213ffe30999530f)
maintenance/populateRevisionLength.php