Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / modifier.stripslashes.php
1 <?php
2 /**
3 * Smarty plugin
4 * @package Smarty
5 * @subpackage plugins
6 */
7
8
9 function smarty_modifier_stripslashes($text)
10 {
11 return stripslashes($text);
12 }
13
14 /* vim: set expandtab: */
15
16 ?>
This page took 0.272654 seconds and 4 git commands to generate.