From f6246acf6138b76fed16dddf2e678b3bb82662ed Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 17 Jul 2008 07:29:43 +0000 Subject: [PATCH] Fixed department selection in MultiSelectBox class. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11692 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/departments/class_divListDepartment.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/plugins/admin/departments/class_divListDepartment.inc b/gosa-core/plugins/admin/departments/class_divListDepartment.inc index ce26e767b..5104c9ee4 100644 --- a/gosa-core/plugins/admin/departments/class_divListDepartment.inc +++ b/gosa-core/plugins/admin/departments/class_divListDepartment.inc @@ -178,7 +178,7 @@ class divListDepartment extends MultiSelectWindow function setEntries($list) { - $linkopen = "%s"; + $linkopen = "%s"; $types = $this->parent->get_support_departments(); -- 2.30.2