Index: trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/sourcefile	(revision 9088)
+++ trunk/MagicSoft/Mars/datacenter/scripts/sourcefile	(revision 9122)
@@ -37,6 +37,4 @@
 scriptspath=$mars/datacenter/scripts
 
-webpath=/www/htdocs/datacenter
-
 datetime=`date +%F-%H-%M-%S`
 
@@ -69,5 +67,4 @@
 
 makedir $lockpath
-makedir $listpath
 
 # set checkvalue to ok at the beginning of the scripts
@@ -107,4 +104,5 @@
 #again run process status
 FCompmux=26
+Fdowebplots=27
 
 # setup for jobmanager:
@@ -160,5 +158,5 @@
 function checklock()
 {
-   date > $lockfile
+   date > $lockfile 
    checklock0=$?
    case $checklock0 in
@@ -309,5 +307,4 @@
    numproc=
    getdbsetup
-   column=${scriptscolname[$i]}
    getstepinfo
    # get query
@@ -324,5 +321,4 @@
    query=$query" group by $column "
 #   echo " QUERY: "$query
-   numproc=0
    if ! numproc=`mysql -s -u $us --password=$pw --host=vela $db -e " $query "`
    then
@@ -336,4 +332,8 @@
 function setstatus()
 {
+   if [ "$column" = "no" ]
+   then
+      return
+   fi
    resetstatusvalues
    evalstatus $@
