From: hickert Date: Thu, 18 May 2006 06:02:51 +0000 (+0000) Subject: Added +- to allowed chars X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e1a41882abeb1fc4723f1151ae2f269e9559714d;p=gosa.git Added +- to allowed chars git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3397 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/fonreports/class_fonreport.inc b/plugins/gofon/fonreports/class_fonreport.inc index 53999c83c..31efc71f3 100644 --- a/plugins/gofon/fonreports/class_fonreport.inc +++ b/plugins/gofon/fonreports/class_fonreport.inc @@ -86,8 +86,8 @@ 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; }