You are here

property Config_File::$fix_newlines in Quiz 6.6

Same name and namespace in other branches
  1. 6.5 includes/moodle/lib/smarty/Config_File.class.php \Config_File::fix_newlines

Controls whether or not to fix mac or dos formatted newlines. If set to true, \r or \r\n will be changed to \n.

File

includes/moodle/lib/smarty/Config_File.class.php, line 58

Class

Config_File
Config file reading class @package Smarty

Code

var $fix_newlines = true;