Finished moving all of the htmlentitites() to strip_html()

This commit is contained in:
jengo 2000-12-07 22:10:08 +00:00
parent 0ee9714eb5
commit de79a3fc12

View File

@ -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") {