Index: trunk/ippScripts/scripts/lap_science.pl
===================================================================
--- trunk/ippScripts/scripts/lap_science.pl	(revision 31464)
+++ trunk/ippScripts/scripts/lap_science.pl	(revision 31471)
@@ -99,5 +99,5 @@
     my $status = queue_chips($lap_id);
 
-    if ($status) {
+    if (!$status) { # This is the culprit.
 	my $command = "$laptool -updaterun -lap_id $lap_id";
 	$command .= " -dbname $dbname " if defined $dbname;
