modifier.stripslashes.php 90 Bytes
<?php
function smarty_modifier_stripslashes($string){
return stripslashes ($string);
}
?>