Minor - Update comment

1.9.x
Yannick Warnier 11 years ago
parent f56d1757c0
commit 954e8ccdda
  1. 2
      main/inc/lib/import.lib.php

@ -39,7 +39,7 @@ class Import {
* @return array Returns an array (in the system encoding) that contains all data from the CSV-file. * @return array Returns an array (in the system encoding) that contains all data from the CSV-file.
* *
* *
* @deprecated use cvs_reader instead * @deprecated use csv_reader instead
*/ */
static function csv_to_array($filename, $csv_order = 'vertical') { static function csv_to_array($filename, $csv_order = 'vertical') {
$result = array(); $result = array();

Loading…
Cancel
Save