From bf4b66bdca520d25641401cc3e3b169366e603b2 Mon Sep 17 00:00:00 2001 From: Michael Stucki Date: Mon, 28 Nov 2005 23:34:52 +0000 Subject: [PATCH] * Fixed a little typo git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@888 709f56b5-9817-0410-a4d7-c38de5d9e867 --- t3lib/class.t3lib_tceforms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t3lib/class.t3lib_tceforms.php b/t3lib/class.t3lib_tceforms.php index 08f154a25ee..b434efed004 100755 --- a/t3lib/class.t3lib_tceforms.php +++ b/t3lib/class.t3lib_tceforms.php @@ -2189,8 +2189,8 @@ class t3lib_TCEforms { if (strlen($alertMsgOnChange)) { $fakePA['fieldChangeFunc']['alert']=$alertMsgOnChange; } - $fakePA['onFocus']==$PA['onFocus']; - $fakePA['label']==$PA['label']; + $fakePA['onFocus']=$PA['onFocus']; + $fakePA['label']=$PA['label']; $fakePA['itemFormElName']=$PA['itemFormElName'].$formPrefix.'['.$key.']['.$vDEFkey.']'; $fakePA['itemFormElName_file']=$PA['itemFormElName_file'].$formPrefix.'['.$key.']['.$vDEFkey.']'; -- 2.20.1