Index: branches/apiedit/phase3/includes/api/ApiQueryBlocks.php |
— | — | @@ -130,8 +130,8 @@ |
131 | 131 | $block['reason'] = $row->ipb_reason; |
132 | 132 | if($fld_range) |
133 | 133 | { |
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); |
136 | 136 | } |
137 | 137 | if($fld_flags) |
138 | 138 | { |