Hello
This is merely for my own curiosity :evil:
Inspecting the source code of CB 1.9 reveals that the Joomla version checker function
checkJversion() appears either as
Code:
checkJversion() == 2
or as
Code:
checkJversion() >= 2
I wonder whether this is by design...
At first sight it seems that
only the second form should be used (unless there is an
if... else or
switch case... structure implicitely singling out the > 2 case, but this does not seem to be the case).
So?