if ($settings['preventspam'] == "1") { $recaptcha = recaptcha(); if($recaptcha != "OK") { $commentingokay = false; $return .= "
$recaptcha
\n"; } }