r27889 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r27888‎ | r27889 | r27890 >
Date:16:24, 27 November 2007
Author:catrope
Status:old
Tags:
Comment:
apiedit: Remove underscores in property names
Modified paths:
  • /branches/apiedit/phase3/includes/api/ApiQueryBlocks.php (modified) (history)

Diff [purge]

Index: branches/apiedit/phase3/includes/api/ApiQueryBlocks.php
@@ -130,8 +130,8 @@
131131 $block['reason'] = $row->ipb_reason;
132132 if($fld_range)
133133 {
134 - $block['range_start'] = $this->convertHexIP($row->ipb_range_start);
135 - $block['range_end'] = $this->convertHexIP($row->ipb_range_end);
 134+ $block['rangestart'] = $this->convertHexIP($row->ipb_range_start);
 135+ $block['rangeend'] = $this->convertHexIP($row->ipb_range_end);
136136 }
137137 if($fld_flags)
138138 {

Status & tagging log