You are here

property Smarty::$config_overwrite in Quiz 6.6

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

This tells if config file vars of the same name overwrite each other or not. if disabled, same name variables are accumulated in an array.

File

includes/moodle/lib/smarty/Smarty.class.php, line 346

Class

Smarty
@package Smarty

Code

var $config_overwrite = true;