From c895d2f41b0737f8a2799d36beca087e6b642f05 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 17 Dec 2008 21:00:03 -0500 Subject: Added an emoticon parsing system I decided that, because I use the :) emoticon so often, I might as well replace it with an actual image. I've added a Smiley parsing system to complement the BBCode parsing one. --- pages/poll.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/poll.php') diff --git a/pages/poll.php b/pages/poll.php index 2dee559..d9cce70 100755 --- a/pages/poll.php +++ b/pages/poll.php @@ -112,7 +112,7 @@ if (isset($_GET['submit'])) if ($getrss3['id'] == $_GET['id']) { - $template->adds_block('COMPLETE', array( 'RSS' => parseBBCode($getrss3['rss']), + $template->adds_block('COMPLETE', array( 'RSS' => parseText($getrss3['rss']), 'AUTHOR' => $getrss3['author'], 'DATE' => date("F dS Y \a\\t g:i:s a",strtotime($getrss3['date'])), 'OPTION1' => $getpoll3['option1'], -- cgit 1.4.1