From 012dcaf5797888d645df2d363e9b1a11548ecc15 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 18 May 2006 05:44:01 +0000 Subject: [PATCH] Added * to allowed chars git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3395 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/fonreports/class_fonreport.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gofon/fonreports/class_fonreport.inc b/plugins/gofon/fonreports/class_fonreport.inc index b0c699312..6a50526f9 100644 --- a/plugins/gofon/fonreports/class_fonreport.inc +++ b/plugins/gofon/fonreports/class_fonreport.inc @@ -86,7 +86,7 @@ class fonreport extends plugin } /* remove unwanted tags */ - $this->search_for = stripslashes(preg_replace("/[^0-9a-z]/i","",$this->search_for)); + $this->search_for = stripslashes(preg_replace("/[^0-9a-z\*]/i","",$this->search_for)); foreach($this->attributes_SO as $name){ $fonfilter[$name] = $this->$name; -- 2.30.2