]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
fix in testgui.pl
authorMichael Wiebusch <stratomaster@gmx.net>
Fri, 23 Aug 2013 12:15:35 +0000 (14:15 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Fri, 23 Aug 2013 12:15:35 +0000 (14:15 +0200)
tools/testgui.pl

index 025b58548d9a031f9027c7c5ecc379267d84090c..8bdf96f644a6c9b58b4899105847eb49d8a6768e 100755 (executable)
@@ -72,7 +72,7 @@ unless($q->param()) {
     
     my $sensorId = $q->param('sensorId');
     
-    if ($q->param('busy') ne "false" ) {
+    if ($q->param('busy') and ($q->param('busy') ne "false") ) {
       print img{src=>"../share/hourglass.png",title=>$sensorId};
     } else {
       my $imgSrc = $picPath.'/image_recalibrated_'.$sensorId.'.png';