From: hickert Date: Wed, 26 Apr 2006 12:09:31 +0000 (+0000) Subject: Removed error X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=156068d9658efbde1e7e60481f8c769931b6ae7e;p=gosa.git Removed error git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3120 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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; }