yeah... i generally do
PHP Code:
function somefunction()
{
if (condition)
doanotherfunction();
}
You don't need to write 'function someFunction();' to call a function, just 'someFunction();
I think the original comment was about the fact excal had function wa****() inside a function ontimeout() ....