From de79a3fc12b535360e1d3b30c894c32911c10330 Mon Sep 17 00:00:00 2001 From: jengo Date: Thu, 7 Dec 2000 22:10:08 +0000 Subject: [PATCH] Finished moving all of the htmlentitites() to strip_html() --- addressbook/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/index.php b/addressbook/index.php index bdba36ce6d..d78d380a54 100755 --- a/addressbook/index.php +++ b/addressbook/index.php @@ -180,7 +180,7 @@ $field = $phpgw->db->f("ab_" . $column[0]); } - $field = htmlentities($field); + $field = $phpgw->strip_html($field); // Some fields require special formating. if ($column[0] == "url") {