Index: trunk/ippScripts/scripts/nightly_science.pl
===================================================================
--- trunk/ippScripts/scripts/nightly_science.pl	(revision 42296)
+++ trunk/ippScripts/scripts/nightly_science.pl	(revision 42298)
@@ -1577,5 +1577,5 @@
 	    #find exposures for this object that have not been fully processed
             if (($this_warp_id eq 'NULL') && (($this_quality == 0) || ($this_quality eq 'NULL')) ) {
-                Nbad += 1;
+                $Nbad += 1;
             }
 
@@ -1786,5 +1786,5 @@
 	        #find exposures for this object that have not been fully processed
                 if (($this_warp_id eq 'NULL') && (($this_quality == 0) || ($this_quality eq 'NULL')) ) {
-                    Nbad += 1;
+                    $Nbad += 1;
                 }
 
@@ -2172,5 +2172,5 @@
 	     	#find exposures for this object that have not been fully processed
              	if (($this_warp_id eq 'NULL') && (($this_quality == 0) || ($this_quality eq 'NULL')) ) {
-             	    Nbad += 1;
+             	    $Nbad += 1;
              	}
 
