Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9569)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9570)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2010/04/13 Daniela Dorner
+
+   * datacenter/db/builddatasets.php:
+     - updated check for observation mode: allowed 'N/A', as there is 
+       else an error for old data
+
+
 
  2010/04/13 Thomas Bretz
Index: trunk/MagicSoft/Mars/datacenter/db/builddatasets.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/builddatasets.php	(revision 9569)
+++ trunk/MagicSoft/Mars/datacenter/db/builddatasets.php	(revision 9570)
@@ -689,5 +689,6 @@
                                 $doubleseq++;
                         }
-                        if ($obskey!=$_SESSION["obsmode"])
+                        //$obskey >1 makes sure that fObservationMode is not N/A (old data)
+                        if ($obskey!=$_SESSION["obsmode"] && $obskey>1)
                         {
                             printf("<li style='color:%s'>%s: You have a mistake in your observation mode. </li>\n",
