From: hickert Date: Thu, 18 May 2006 05:44:01 +0000 (+0000) Subject: Added * to allowed chars X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=012dcaf5797888d645df2d363e9b1a11548ecc15;p=gosa.git Added * to allowed chars git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3395 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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;