From e1f21df3faf10cafc492e9bd7a9329f7f96e95ca Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Tue, 19 Nov 2002 15:19:29 +0000 Subject: Bug 124589 - support database replication r=myk, a=justdave --- buglist.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 50873387e..fdab9eb83 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -678,7 +678,7 @@ while (my @row = FetchSQLData()) { # Switch back from the shadow database to the regular database so PutFooter() # can determine the current user even if the "logincookies" table is corrupted # in the shadow database. -SendSQL("USE $::db_name"); +ReconnectToMainDatabase(); # Check for bug privacy and set $bug->{isingroups} = 1 if private # to 1 or more groups -- cgit v1.2.3-24-g4f1b