Ignore:
Timestamp:
08/20/10 10:59:07 (14 years ago)
Author:
Daniela Dorner
Message:
bugfix in query for influences steps
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/datacenter/scripts/sourcefile

    r9853 r9886  
    388388   query=$query" "$step"Status.fStopTime=$stoptime, "$step"Status.fReturnCode=$returncode "
    389389   # set also the status values of the influenced steps
    390    for influence in $influences
     390   for otherstep in $othersteps
    391391   do
    392       query=$query", "$influence"Status.fStartTime=NULL "
    393       query=$query", "$influence"Status.fStopTime=NULL "
    394       query=$query", "$influence"Status.fReturnCode=NULL "
     392      query=$query", "$otherstep"Status.fStartTime=NULL "
     393      query=$query", "$otherstep"Status.fStopTime=NULL "
     394      query=$query", "$otherstep"Status.fReturnCode=NULL "
    395395   done
    396396   # give the condition for which step the status values have to be set
Note: See TracChangeset for help on using the changeset viewer.