From 156068d9658efbde1e7e60481f8c769931b6ae7e Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 26 Apr 2006 12:09:31 +0000 Subject: [PATCH] Removed error git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3120 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_MultiSelectWindow.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_MultiSelectWindow.inc b/include/class_MultiSelectWindow.inc index ae286ca8f..37d830ece 100644 --- a/include/class_MultiSelectWindow.inc +++ b/include/class_MultiSelectWindow.inc @@ -102,7 +102,7 @@ class MultiSelectWindow{ } /* With this function you can change the text of the information box */ - function SetInformation($str)i + function SetInformation($str) { $this->string_Information = $str; } -- 2.30.2