diff options
-rw-r--r-- | CGI.pl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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") { |