From b65b024bdc9bdb5ee3b1256f6cfb49e868300505 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 25 Nov 2005 11:06:09 +0000 Subject: [PATCH] Fixed misinterpretion of filter apply git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2066 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.inc b/include/functions.inc index b4d908e15..467e2729b 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -1299,7 +1299,7 @@ function apply_filter() $apply= ''. '
'. - '
'; + ''; return ($apply); } -- 2.30.2