From a06b38f038c4e028680676d54d0cb74da8eb5ac5 Mon Sep 17 00:00:00 2001 From: shish Date: Mon, 9 Jul 2007 01:06:08 +0000 Subject: [PATCH] removing colons looks worse git-svn-id: file:///home/shish/svn/shimmie2/trunk@250 7f39781d-f577-437e-ae19-be835c7a54ca --- contrib/emoticons/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/emoticons/main.php b/contrib/emoticons/main.php index 9ef5c378..b7f666ec 100644 --- a/contrib/emoticons/main.php +++ b/contrib/emoticons/main.php @@ -23,7 +23,7 @@ class Emoticons extends Extension { } private function bbcode_to_text($text) { - $text = preg_replace("/:([a-z]*?):/s", "\\1", $text); + // $text = preg_replace("/:([a-z]*?):/s", "\\1", $text); return $text; } }