//efekt błędu } elseif ($_POST['validation'] != $_POST['validation_answer']) { include LOCALE.LOCALESET."forum/main.php"; opentable($locale['512']); echo "
\n"; echo "\n\n"; echo "\n"; echo "\n"; //pole weryfikacji echo ""; //end pole weryfikacji echo "\n"; echo "\n"; echo "\n\n"; echo "\n"; echo "\n

\n"; echo display_bbcodes("360px", "message")."
".$equation."
"; if (array_key_exists("user_sig", $userdata) && $userdata['user_sig']) { echo "
\n"; } if ($settings['thread_notify']) { if (dbcount("(thread_id)", DB_THREAD_NOTIFY, "thread_id='".$_GET['thread_id']."' AND notify_user='".$userdata['user_id']."'")) { $notify_checked = " checked='checked'"; } else { $notify_checked = ""; } echo "
\n"; } echo "
\n
\n"; closetable(); } //end efekt błędu