6 lines
119 B
PHP
6 lines
119 B
PHP
<?php
|
|
function smarty_modifier_saveinput($string, $type = 'input') {
|
|
return Utils::SaveInput($string, $type);
|
|
}
|
|
|
|
?>
|