Fix MySQLism in populateRevisionLength.php
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 1 May 2018 13:24:36 +0000 (09:24 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 1 May 2018 13:25:59 +0000 (09:25 -0400)
commit5e6efe18d01f64f2c9a0a8bcb213ffe30999530f
tree424c5ca9a8abf29e8166dba6dd098afed51b86b7
parentdd3125c3b1adbf80845d195f772d7506f14e9470
Fix MySQLism in populateRevisionLength.php

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

Change-Id: Ie2d017a33b694417a3db140b2798a8d55f911985
maintenance/populateRevisionLength.php