We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5450068 + fbb6193 commit 4c636d2Copy full SHA for 4c636d2
classes/Visualizer/Source/Csv.php
@@ -115,8 +115,6 @@ private function _fetchSeries( &$handle ) {
115
* @return resource File handle resource on success, otherwise FALSE.
116
*/
117
protected function _get_file_handle( $filename = false ) {
118
- // set line endings auto detect mode
119
- ini_set( 'auto_detect_line_endings', true );
120
// open file and return handle
121
return fopen( $filename ? $filename : $this->_filename, 'rb' );
122
}
0 commit comments