# Query Execution
################################################################################
+if ($::FORM{'debug'}) {
+ $vars->{'debug'} = 1;
+ $vars->{'query'} = $query;
+}
+
# Time to use server push to display an interim message to the user until
# the query completes and we can display the bug list.
if ($serverpush) {
$vars->{'bugowners'} = $bugowners;
}
-if ($::FORM{'debug'}) {
- $vars->{'debug'} = 1;
- $vars->{'query'} = $query;
-}
-
# Whether or not to split the column titles across two rows to make
# the list more compact.
$vars->{'splitheader'} = $::COOKIE{'SPLITHEADER'} ? 1 : 0;