Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391062
smarty_method_disabledebugging.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
268 B
Subscribers
None
smarty_method_disabledebugging.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (15 h, 58 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25891
Default Alt Text
smarty_method_disabledebugging.php (268 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment