| Index: trunk/phase3/includes/specials/SpecialContributions.php |
| — | — | @@ -481,12 +481,6 @@ |
| 482 | 482 | } |
| 483 | 483 | $join_cond['page'] = array( 'INNER JOIN', 'page_id=rev_page' ); |
| 484 | 484 | |
| 485 | | - $fields = array( |
| 486 | | - 'page_namespace', 'page_title', 'page_is_new', 'page_latest', 'page_is_redirect', |
| 487 | | - 'page_len','rev_id', 'rev_page', 'rev_text_id', 'rev_timestamp', 'rev_comment', |
| 488 | | - 'rev_minor_edit', 'rev_user', 'rev_user_text', 'rev_parent_id', 'rev_deleted' |
| 489 | | - ); |
| 490 | | - |
| 491 | 485 | $queryInfo = array( |
| 492 | 486 | 'tables' => $tables, |
| 493 | 487 | 'fields' => array( |