Index: trunk/extensions/CodeReview/CodeRevisionListView.php |
— | — | @@ -60,10 +60,10 @@ |
61 | 61 | return array( |
62 | 62 | 'cr_id' => wfMsg( 'code-field-id' ), |
63 | 63 | 'cr_status' => wfMsg( 'code-field-status' ), |
| 64 | + 'COUNT(cc_rev_id)' => wfMsg( 'code-field-comments' ), |
64 | 65 | 'cr_message' => wfMsg( 'code-field-message' ), |
65 | 66 | 'cr_author' => wfMsg( 'code-field-author' ), |
66 | 67 | 'cr_timestamp' => wfMsg( 'code-field-timestamp' ), |
67 | | - 'COUNT(cc_rev_id)' => wfMsg( 'code-field-comments' ), |
68 | 68 | ); |
69 | 69 | } |
70 | 70 | |