diff options
Diffstat (limited to 'include/text.php')
-rwxr-xr-x | include/text.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/text.php b/include/text.php index 044ee4e08..5ef870fd7 100755 --- a/include/text.php +++ b/include/text.php @@ -776,13 +776,11 @@ function smilies($s, $sample = false) { else { $s = str_replace($params['texts'],$params['icons'],$params['string']); } - + return $s; }} - - if(! function_exists('day_translate')) { function day_translate($s) { $ret = str_replace(array('Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'), |