Page MenuHomeCode

smarty_method_disableconfigbooleanize.php
No OneTemporary

smarty_method_disableconfigbooleanize.php

<?php
/**
* Smarty method DisableConfigBooleanize
*
* Disable config booleanize mode
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Disable config booleanize mode
*/
function Smarty_Method_DisableConfigBooleanize($smarty)
{
$this->smarty->config_booleanize = false;
return;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 15:28 (22 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25895
Default Alt Text
smarty_method_disableconfigbooleanize.php (323 B)

Event Timeline