Changeset 9570 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/14/10 17:19:19 (15 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9567 r9570  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2010/04/13 Daniela Dorner
     22
     23   * datacenter/db/builddatasets.php:
     24     - updated check for observation mode: allowed 'N/A', as there is
     25       else an error for old data
     26
     27
    2028
    2129 2010/04/13 Thomas Bretz
  • trunk/MagicSoft/Mars/datacenter/db/builddatasets.php

    r9548 r9570  
    689689                                $doubleseq++;
    690690                        }
    691                         if ($obskey!=$_SESSION["obsmode"])
     691                        //$obskey >1 makes sure that fObservationMode is not N/A (old data)
     692                        if ($obskey!=$_SESSION["obsmode"] && $obskey>1)
    692693                        {
    693694                            printf("<li style='color:%s'>%s: You have a mistake in your observation mode. </li>\n",
Note: See TracChangeset for help on using the changeset viewer.