Index: branches/wmf/1.19wmf1/extensions/WikimediaMaintenance/cleanupBug31576.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | $res = $dbr->select( 'templatelinks', array( 'tl_title', 'tl_from' ), |
36 | 36 | array( |
37 | 37 | 'tl_namespace' => NS_TEMPLATE, |
38 | | - 'tl_title ' . $dbr->buildLike( $synonym, $dbr->anyString() ) |
| 38 | + 'tl_title' => $synonym |
39 | 39 | ), __METHOD__, |
40 | 40 | array( 'ORDER BY' => array( 'tl_title', 'tl_from' ), 'LIMIT' => $this->batchsize ) |
41 | 41 | ); |
Property changes on: branches/wmf/1.19wmf1/extensions/WikimediaMaintenance |
___________________________________________________________________ |
Modified: svn:mergeinfo |
42 | 42 | Merged /trunk/extensions/WikimediaMaintenance:r113948 |
Property changes on: branches/wmf/1.19wmf1/extensions |
___________________________________________________________________ |
Modified: svn:mergeinfo |
43 | 43 | Merged /trunk/extensions:r113948 |