Index: /trunk/Mars/Changelog
===================================================================
--- /trunk/Mars/Changelog	(revision 9885)
+++ /trunk/Mars/Changelog	(revision 9886)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2010/08/20 Daniela Dorner
+
+   * datacenter/scripts/sourcefile:
+     - bugfix in query for influenced steps
+
+
 
  2010/08/19 Thomas Bretz
Index: /trunk/Mars/datacenter/scripts/sourcefile
===================================================================
--- /trunk/Mars/datacenter/scripts/sourcefile	(revision 9885)
+++ /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
