Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390891
smarty_method_disableconfigbooleanize.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
323 B
Subscribers
None
smarty_method_disableconfigbooleanize.php
View Options
<?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
Details
Attached
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)
Attached To
rZED Zed
Event Timeline
Log In to Comment