Index: trunk/DataCheck/QuickLook/Step2a.sh
===================================================================
--- trunk/DataCheck/QuickLook/Step2a.sh	(revision 18316)
+++ trunk/DataCheck/QuickLook/Step2a.sh	(revision 18317)
@@ -7,10 +7,4 @@
 if [ "$certaindate" != "" ]
 then
-   checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'`
-   if [ "$checkstring" = "" ]
-   then
-      echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)"
-      finish
-   fi
    getdates $certaindate
 else
@@ -74,5 +68,5 @@
          then
             printprocesslog "$sgepath/qsub -b y -q fact_short -v AUTOMATIONSETUP=$AUTOMATIONSETUP -v starfile=$file -e bla.txt -o bla.txt `dirname $0`/RunGanymed.sh"
-            $sgepath/qsub -b y -q fact_short -v AUTOMATIONSETUP=$AUTOMATIONSETUP -v star=$file -e bla.txt -o bla.txt `dirname $0`/RunGanymed.sh
+            $sgepath/qsub -b y -q fact_short -v AUTOMATIONSETUP=$AUTOMATIONSETUP -v starfile=$file -e bla.txt -o bla.txt `dirname $0`/RunGanymed.sh
          else
             printprocesslog " INFO `dirname $0`/RunGanymed.sh $file"
