Fixed stupid bug causing stupid error messages.

This commit is contained in:
terry%netscape.com 1998-11-09 22:45:32 +00:00
parent 07eee8a20a
commit 17c03fd12b

View File

@ -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") {