invisible_captcha_draw returns either way
-
These lines:
function invisible_captcha_draw global $user_ID; if ($user_ID){ return $user_ID; } else { return false; }
cause the script to stop without drawing the appropriate elements and script. I removed the “else” and seems to be working.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘invisible_captcha_draw returns either way’ is closed to new replies.