Primer commit del sistema avantika sin cambios
This commit is contained in:
22
libs/sysplugins/smarty_method_enabledebugging.php
Executable file
22
libs/sysplugins/smarty_method_enabledebugging.php
Executable file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Smarty method EnableDebugging
|
||||
*
|
||||
* Enable debugging
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage SmartyMethod
|
||||
* @author Uwe Tews
|
||||
*/
|
||||
|
||||
/**
|
||||
* Enable debugging
|
||||
*/
|
||||
function Smarty_Method_EnableDebugging($smarty)
|
||||
{
|
||||
$this->smarty->debugging = true;
|
||||
return;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user