mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Fixed stupid bug causing stupid error messages.
This commit is contained in:
parent
07eee8a20a
commit
17c03fd12b
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user