23 Dec
2010
23 Dec
'10
10:24 a.m.
On Dec 23, 2010, at 5:19 PM, Taco Hoekwater wrote:
On 12/23/2010 05:12 PM, Thomas A. Schmitz wrote:
On Dec 23, 2010, at 4:56 PM, Hans Hagen wrote:
Compare:
if languages.current() == "en" then
and
if languages.current == "en" then
The first is testing the result of a function call, the second is testing the function variable itself.
Arrgh, that was really stupid. I need to drink more or something... Thanks, and sorry for the noise... Thomas