]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixing build bustage.
authormyk%mozilla.org <>
Sun, 29 Sep 2002 01:59:28 +0000 (01:59 +0000)
committermyk%mozilla.org <>
Sun, 29 Sep 2002 01:59:28 +0000 (01:59 +0000)
Bugzilla/User.pm

index 72870d544e6203b91637193079683526afd759d6..ae261e0d303b014eccc40bdf1973f7b688bd98e7 100644 (file)
@@ -155,7 +155,7 @@ sub email_prefs {
       exists($prefs->{ExcludeSelf}) && $prefs->{ExcludeSelf} eq "on";
     
     # Determine the value of the global request preferences.
-    foreach my $pref qw(FlagRequestee FlagRequester) {
+    foreach my $pref (qw(FlagRequestee FlagRequester)) {
         $prefs->{$pref} = !exists($prefs->{$pref}) || $prefs->{$pref} eq "on";
     }