Commit e18725b7 authored by terry%netscape.com's avatar terry%netscape.com

Fixed stupid bug causing stupid error messages.

parent 3527d4e3
......@@ -337,6 +337,9 @@ To use the wonders of bugzilla, you can use the following:
$::COOKIE{"Bugzilla_logincookie"} .
" and profiles.userid = logincookies.userid");
$loginok = FetchOneColumn();
if (!defined $loginok) {
$loginok = 0;
}
}
if ($loginok ne "1") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment