r107831 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107830‎ | r107831 | r107832 >
Date:14:09, 2 January 2012
Author:demon
Status:ok
Tags:
Comment:
Fixup for r100310: timetamp -> timestamp
Modified paths:
  • /trunk/extensions/CheckUser/api/ApiQueryCheckUser.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/api/ApiQueryCheckUser.php
@@ -110,7 +110,7 @@
111111 $edits = array();
112112 foreach ( $res as $row ) {
113113 $edit = array(
114 - 'timetamp' => $row->cuc_timestamp,
 114+ 'timestamp' => $row->cuc_timestamp,
115115 'ns' => $row->cuc_namespace,
116116 'title' => $row->cuc_title,
117117 'user' => $row->cuc_user_text,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100310Clean up some odd loopingjohnduhart00:59, 20 October 2011

Status & tagging log