Page MenuHomeCode

smarty_method_disabledebugging.php
No OneTemporary

smarty_method_disabledebugging.php

<?php
/**
* Smarty method DisableDebugging
*
* Disable debugging
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Disable debugging
*/
function Smarty_Method_DisableDebugging($smarty)
{
$smarty->debugging = false;
return;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (9 h, 46 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25891
Default Alt Text
smarty_method_disabledebugging.php (268 B)

Event Timeline