]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
small bugfix
authorJan Michel <j.michel@gsi.de>
Tue, 6 Aug 2013 15:13:31 +0000 (17:13 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 6 Aug 2013 15:13:31 +0000 (17:13 +0200)
xml-db/get.pl

index 5e2f95a8beb47ae9b33c92ea2dbdea19e5a51bd1..69df12bf891b237c8fe58086a5683fdaaebf55a1 100755 (executable)
@@ -197,7 +197,7 @@ sub runandprint {
         }
       else {
         print $t;
-        print "</table>" if ($once == 1 || !defined $obj->{repeat} || $slice == $obj->{repeat}-1));
+        print "</table>" if ($once == 1 || !defined $obj->{repeat} || $slice == $obj->{repeat}-1);
         }
       print "\n";    
       } while($once != 1 && defined $obj->{repeat} && ++$slice < $obj->{repeat})