[TYPO3-project-formidable] New SVN revision 160

Manuel Rego Casasnovas mrego at igalia.com
Wed Jan 9 10:36:53 CET 2008


Hello,

ReneŽ Nitzsche escribió:
> At line 635 of class maindatahandler::getRdtValue() is the following code:
>
> elseif($this->_isSubmitted()) {
>    $this->oForm->devlog("_isSubmitted()", 1);
>    if($this->oForm->iForcedEntryId !== FALSE) {
>      return $this->getRdtValue_noSubmit_edit($sName);
>    }
I've changed the comparison for:
if($this->oForm->iForcedEntryId === TRUE) {

And it seems that work.

But I don't know if it's right way.

Best regards,
   Rego

-- 
Manuel Rego Casasnovas
Computer Science Engineer
mailto:mrego at igalia.com
Tel: +34 986 10 76 10
Fax: +34 981 91 39 49
Igalia - http://www.igalia.com



More information about the TYPO3-project-formidable mailing list