fullName shorter than 2 words causes error
Status: Beta
Brought to you by:
maturnbull
Hey,
if fullName only consists of one word, an error message
is created when opening the page created by Details.inc.
Notice: Undefined offset: 1 in
/var/www/user/USERNAME/gallery2/modules/checkoutemail/Details.inc
on line 50
Workaround:
changing line 50 to
if ($userdata['fullName'] != 'Guest' and
str_word_count($userdata['fullName'])!=1) {
Michael Petrifke
Logged In: YES
user_id=1147428
Thanks - will fix in next release