From 70eaaa221cd950c32ab9123d0b1a6749585f5b02 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 13 Jul 2005 08:33:54 +0000 Subject: [PATCH] Code cleanup git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@950 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_plugin.inc | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) 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; } } } -- 2.30.2