Remove unused fields in SpecialUnusedimages query
None of img_user, img_user_text, or img_description are used by UnusedimagesPage nor ImageQueryPage. Change-Id: Id0fdac9ac37eef097e8ca9f7bf3d66ef10bb83c2
This commit is contained in:
parent
3f69747833
commit
b2667fac91
1 changed files with 0 additions and 2 deletions
|
|
@ -50,8 +50,6 @@ class UnusedimagesPage extends ImageQueryPage {
|
|||
'namespace' => NS_FILE,
|
||||
'title' => 'img_name',
|
||||
'value' => 'img_timestamp',
|
||||
'img_user', 'img_user_text',
|
||||
'img_description'
|
||||
],
|
||||
'conds' => [ 'il_to IS NULL' ],
|
||||
'join_conds' => [ 'imagelinks' => [ 'LEFT JOIN', 'il_to = img_name' ] ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue