Skip to content

Commit c08b4fe

Browse files
author
Kevin Wood-Friend
committed
Fixed a couple CSV related comments
1 parent a278fa8 commit c08b4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/libraries/Format.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public function to_html()
179179
return $ci->table->generate();
180180
}
181181

182-
// Format HTML for output
182+
// Format CSV for output
183183
public function to_csv()
184184
{
185185
$data = $this->_data;
@@ -230,7 +230,7 @@ protected function _from_xml($string)
230230
return $string ? (array) simplexml_load_string($string, 'SimpleXMLElement', LIBXML_NOCDATA) : array();
231231
}
232232

233-
// Format HTML for output
233+
// Format CSV for output
234234
// This function is DODGY! Not perfect CSV support but works with my REST_Controller
235235
protected function _from_csv($string)
236236
{

0 commit comments

Comments
 (0)