From: cajus Date: Wed, 13 Jul 2005 08:33:54 +0000 (+0000) Subject: Code cleanup X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=70eaaa221cd950c32ab9123d0b1a6749585f5b02;p=gosa.git Code cleanup git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@950 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_plugin.inc b/include/class_plugin.inc index 1f89ad083..0240722a7 100644 --- a/include/class_plugin.inc +++ b/include/class_plugin.inc @@ -243,19 +243,17 @@ class plugin $this->is_modified= TRUE; } - /* Okay, how can I explain this fix ... - * In firefox, disabled option fields aren't selectable ... but in IE you can select these fileds. - * So IE posts these 'unselectable' option, with value = chr(194) - * chr(194) seems to be the   in between the ...option>  $val= $data; + $this->$val= $data; } } }