From: hickert Date: Thu, 17 Jul 2008 07:29:43 +0000 (+0000) Subject: Fixed department selection in MultiSelectBox class. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f6246acf6138b76fed16dddf2e678b3bb82662ed;p=gosa.git Fixed department selection in MultiSelectBox class. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11692 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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();