From: cajus Date: Mon, 3 Nov 2008 13:37:15 +0000 (+0000) Subject: Removed preg_replace X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0ec63022bfd7ba2837faa45e0180d81faebf3fc8;p=gosa.git Removed preg_replace git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12874 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_tabs.inc b/gosa-core/include/class_tabs.inc index a10db017c..a679baa5f 100644 --- a/gosa-core/include/class_tabs.inc +++ b/gosa-core/include/class_tabs.inc @@ -208,7 +208,7 @@ class tabs } /* nobr causes w3c warnings so we use   to keep the tab name in one line */ - $title= preg_replace("/ /"," ",$title); + $title= str_replace(" "," ",$title); /* Take care about notifications */ $obj = $this->by_object[$class];