From 523d8cca4d498d28e173ddfa5443ee5d31f7b6f0 Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Sun, 31 Jul 2005 04:16:58 +0000 Subject: can't remember why --- usr/local/www/fbegin.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usr/local/www/fbegin.inc') diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index a39dd9a..7dc29b9 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -45,6 +45,11 @@ require_once("notices.inc"); $noticemsg = str_replace("'", "", $value['notice']); $noticemsg = str_replace('"', "", $noticemsg); $noticemsg = str_replace("\n", "", $noticemsg); + $noticemsg = str_replace("

", "", $noticemsg); + $noticemsg = str_replace("

", "", $noticemsg);
+						$noticemsg = str_replace("
", "", $noticemsg); + $noticemsg = str_replace("

", "", $noticemsg); + $noticemsg = str_replace("
", "", $noticemsg); $notice_msgs = 'Acknowledge All     .:.     '; if ($value['url']) { $notice_msgs .= $date.' - ['.$value['id'].']'; -- cgit v1.1