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