Code

Updated smarty
[gosa.git] / gosa-core / include / smarty / sysplugins / smarty_method_getvariablefilter.php
1 <?php
3 /**
4 * Smarty method GetVariableFilter
5
6 * get status of filter on variable output
7
8 * @package Smarty
9 * @subpackage SmartyMethod
10 * @author Uwe Tews 
11 */
13 /**
14 * Smarty class getVariableFilter
15
16 * get status of filter on variable output
17 */
18 function  Smarty_Method_GetVariableFilter($smarty)
19 {
20     return $smarty->variable_filter;
21
23 ?>