diff options
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/buglist.cgi b/buglist.cgi index 206b968ca..98bb93484 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1588,6 +1588,12 @@ if ($count > 0) { print "</FORM>\n"; } +# 2001-06-20, myk@mozilla.org, bug 47914: +# Switch back from the shadow database to the regular database +# so that PutFooter() can determine the current user even if +# the "logincookies" table is corrupted in the shadow database. +SendSQL("USE $::db_name"); + PutFooter(); if ($serverpush) { |