[TYPO3-core] FYI: Fixed bug #7781: Constant Editor changes not saved in Internet Explorer

Jeff Segars jsegars at alumni.rice.edu
Wed Mar 19 17:13:43 CET 2008


Jeff Segars wrote:
>  Dmitry Dulepov [typo3] wrote:
>>    +if (t3lib_div::_POST("submit") || (t3lib_div::_POST("submit_x")
>> &&  t3lib_div::_POST("submit_y"))){

>>    Two problems:
>>    - double quotes must be changes to single quotes.
>>    - this will not work if user clicks in the upper-left point of
>> the  button.

>  Argh...sorry about that.  Thanks for the second set of eyes on
> it.Will fix that in a followup later today.

+ if (t3lib_div::_POST('submit') ||
(!is_null(t3lib_div::_POST('submit_x')) &&
!is_null(t3lib_div::_POST('submit_y')))) {

Does that look OK or do you have a different suggestion?




More information about the TYPO3-team-core mailing list