From 0ec63022bfd7ba2837faa45e0180d81faebf3fc8 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 3 Nov 2008 13:37:15 +0000 Subject: [PATCH] Removed preg_replace git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12874 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_tabs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.30.2