Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F947843
smarty_method_disablevariablefilter.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
318 B
Subscribers
None
smarty_method_disablevariablefilter.php
View Options
<?php
/**
* Smarty method DisableVariableFilter
*
* Disable filter on variable output
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Disable filter on variable output
*/
function
Smarty_Method_DisableVariableFilter
(
$smarty
)
{
$smarty
->
variable_filter
=
false
;
return
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 26, 13:38 (19 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25888
Default Alt Text
smarty_method_disablevariablefilter.php (318 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment