Code
Probably the above won't work, though I have yet to actually test it. Does anyone have any tips for me as to what I can try?
Thanks in advance for any assistance.
Show your support for Zikula! Sign up at Github account and watch the Core project!
Interestingly, it will return TRUE. Try it out:
empty() returns FALSE if var has a non-empty and non-zero value. In otherwords, "", 0, "0", NULL, FALSE, array(), and var $var; are all considered empty.
isset -- Determine whether a variable is set
Interestingly, it will return TRUE.
This list is based on users active over the last 60 minutes.