Index: trunk/Mars/datacenter/scripts/sourcefile
===================================================================
--- trunk/Mars/datacenter/scripts/sourcefile	(revision 9876)
+++ trunk/Mars/datacenter/scripts/sourcefile	(revision 9886)
@@ -388,9 +388,9 @@
    query=$query" "$step"Status.fStopTime=$stoptime, "$step"Status.fReturnCode=$returncode "
    # set also the status values of the influenced steps
-   for influence in $influences
+   for otherstep in $othersteps
    do
-      query=$query", "$influence"Status.fStartTime=NULL "
-      query=$query", "$influence"Status.fStopTime=NULL "
-      query=$query", "$influence"Status.fReturnCode=NULL "
+      query=$query", "$otherstep"Status.fStartTime=NULL "
+      query=$query", "$otherstep"Status.fStopTime=NULL "
+      query=$query", "$otherstep"Status.fReturnCode=NULL "
    done
    # give the condition for which step the status values have to be set
