From 5cd7be1e0849edcb1ecea652e1f6531bcf0a7402 Mon Sep 17 00:00:00 2001 From: knut <> Date: Sat, 25 Feb 2006 13:11:07 +0000 Subject: Corrected some weird blank character at this comment line which caused the StripPhpComments filter in Phing to fail --- framework/Web/UI/TClientScriptManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/Web/UI/TClientScriptManager.php b/framework/Web/UI/TClientScriptManager.php index 17d680c3..eb7571ff 100644 --- a/framework/Web/UI/TClientScriptManager.php +++ b/framework/Web/UI/TClientScriptManager.php @@ -282,7 +282,7 @@ class TClientScriptManager extends TApplicationComponent */ public function registerHiddenField($name,$value) { - // if the named hidden field exists and has a value null, it means the hidden field is rendered already + // if the named hidden field exists and has a value null, it means the hidden field is rendered already if(!isset($this->_hiddenFields[$name]) || $this->_hiddenFields[$name]!==null) $this->_hiddenFields[$name]=$value; } -- cgit v1.2.3