From 486ec74fe9447a12f476a4cb5438b91af34db0ce Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 4 Sep 2007 17:08:59 +0000 Subject: [PATCH] add ID for the hidden --- include/class_widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_widget.php b/include/class_widget.php index dd0592339..49f6405d4 100644 --- a/include/class_widget.php +++ b/include/class_widget.php @@ -137,7 +137,7 @@ class widget { } // Hidden field if (strtoupper($this->type)=="HIDDEN") { - $r=''; + $r=''; if ( $this->readonly==true) return ""; return $r; }