Changeset 9506 for trunk


Ignore:
Timestamp:
09/08/09 18:00:35 (15 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/builddatasets.php

    r9505 r9506  
    421421
    422422                    //set observation mode
    423                     if ($_SESSION["sequoff"]==" ")
     423                    if ($_SESSION["sequoff"]=="")
    424424                        $obsmode="Wobble";
    425425                    else
     
    618618                        if ($obskey!=$_SESSION["obsmode"])
    619619                        {
    620                             printf("<li style='color:%s'>%s: You have a mistake in your observation mode. </li>\n",
    621                                    $color["ERROR"], "ERROR");
     620                            printf("<li style='color:%s'>%s: You have a mistake in your observation mode. %s - %s</li>\n",
     621                                   $color["ERROR"], "ERROR", $obskey, $_SESSION["obsmode"]);
    622622                            $numerr=$numerr+1;
    623623                        }
     
    676676
    677677                        printf("SequencesOn: %s<br>\n", $_SESSION["sequon"]);
    678                         if ($_SESSION["sequoff"]!=" ")
     678                        if ($_SESSION["sequoff"]!="")
    679679                            printf("SequencesOff: %s<br>\n", $_SESSION["sequoff"]);
    680680
     
    721721                        printf("<tr><td>Next DataSet# in DB: </td><td>%s</td></tr>", $dataset);
    722722                        printf("<tr><td valign='top'>SequencesOn:</td><td> %s</td></tr>", $_SESSION["sequon"]);
    723                         if ($_SESSION["sequoff"]!=" ")
     723                        if ($_SESSION["sequoff"]!="")
    724724                        {
    725725                            printf("<tr><td valign='top'>SequencesOff:</td><td> %s</td></tr>", $_SESSION["sequoff"]);
     
    727727                        }
    728728                        printf("<tr><td>SourcenamesOn [%s]: </td><td>%s</td></tr>", str_word_count($sourceson, 0, "1234567890+"), $sourceson);
    729                         if ($_SESSION["sequoff"]!=" ")
     729                        if ($_SESSION["sequoff"]!="")
    730730                            printf("<tr><td>SourcenamesOff [%s]: </td><td>%s</td></tr>", str_word_count($sourcesoff, 0, "1234567890+"), $sourcesoff);
    731731                        printf("</table>\n");
Note: See TracChangeset for help on using the changeset viewer.