Index: trunk/DataCheck/DataCheck/InfoForMWL.sh
===================================================================
--- trunk/DataCheck/DataCheck/InfoForMWL.sh	(revision 18696)
+++ trunk/DataCheck/DataCheck/InfoForMWL.sh	(revision 18697)
@@ -36,5 +36,5 @@
    printprocesslog "DEBUG sendquery QUERY: "$query
    # sendquery can't be used as it writes everything into a variable
-   mysql -s $pwfile -s -u $us $pw --host=$ho $db -e " $query " > $file
+   mysql $pwfile -s -u $us $pw --host=$ho $db -s -e " $query " > $file
 }
 
