From ec5abe35d2e4757f03b28a6101ca42b304e1c1a2 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Thu, 23 Feb 2006 22:36:04 +0000 Subject: allow image tags in event description --- functions/date_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/date_functions.php') diff --git a/functions/date_functions.php b/functions/date_functions.php index 482e449..a9ebcc7 100644 --- a/functions/date_functions.php +++ b/functions/date_functions.php @@ -176,7 +176,7 @@ function openevent($event_date, $time, $uid, $arr, $lines = 0, $length = 0, $lin $event_text = $matches[2]; } else { $full_event_text = $event_text; - $event_text = strip_tags($event_text, ''); + $event_text = strip_tags($event_text, ''); } if (!empty($event_text)) { -- cgit v1.2.3