psql db schema test
[mirrors/Kyberia-bloodline.git] / modifier.stripslashes.php
... / ...
CommitLineData
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.104628 seconds and 5 git commands to generate.