]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
The code was trying to use ConnectToDatabase to connect to the shadow db after quietl...
authordmose%mozilla.org <>
Wed, 25 Oct 2000 09:34:13 +0000 (09:34 +0000)
committerdmose%mozilla.org <>
Wed, 25 Oct 2000 09:34:13 +0000 (09:34 +0000)
commitbac12bd6b225e35cbae8ed306a466e576ce52e66
tree572c00dd96471632468d887de35a71abf2821384
parent9d772bd4cfb9c9e22513c5370dedaf8a2e7ad71f
The code was trying to use ConnectToDatabase to connect to the shadow db after quietly_check_login() had already called it for us under the covers _without_ the useshadowdb parameter.  So reports were being run against the main database, triggering UI stalls.  r=endico@mozilla.org
reports.cgi