[TYPO3-core] change compatVersion=3.9.0 -> 4.0 in sysext/css_styled_content
Sebastian Kurfuerst
sebastian at garbage-group.de
Wed Mar 29 16:17:57 CEST 2006
Karsten Dambekalns wrote:
> Hi.
>
> On Wednesday 29 March 2006 14:49, Sebastian Kurfuerst wrote:
>
>>> sysext/css_stled_content/static/* use a condition [compatVersion=3.9.0]
>>>
> ...
>
>> Well - anyways 3.9 _is_ the correct version where this feature was
>> introduced, not 4.0 or anything else. I suggest to leave it as-is, as it
>>
>
> Well, maybe the problem is that the check is for equality. Judging from the
> comment in the (TS-)source "Match TYPO3 4.0 and later", shouldn't it be
> [compatVersion >= 3.9.0]
>
No, definitely not. The compatversion check _always_ uses "... and
later" for comparison - no matter what is used there as a comparison
operator. It is just a cosmetical issue.
Anyways, I just talked to Peter, and I understand his problem -
therefore I remove my -1 again. It is - after all - just a matter of
taste, but I agree with him that it makes the code easier to understand.
Greets, Sebastian
More information about the TYPO3-team-core
mailing list