You are here

property Smarty::$debugging in Quiz 6.6

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

If debugging is enabled, a debug console window will display when the page loads (make sure your browser allows unrequested popup windows)

Type: boolean

File

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

Class

Smarty
@package Smarty

Code

var $debugging = false;