- Timestamp:
- 09/08/09 18:00:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/builddatasets.php
r9505 r9506 421 421 422 422 //set observation mode 423 if ($_SESSION["sequoff"]==" 423 if ($_SESSION["sequoff"]=="") 424 424 $obsmode="Wobble"; 425 425 else … … 618 618 if ($obskey!=$_SESSION["obsmode"]) 619 619 { 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"]); 622 622 $numerr=$numerr+1; 623 623 } … … 676 676 677 677 printf("SequencesOn: %s<br>\n", $_SESSION["sequon"]); 678 if ($_SESSION["sequoff"]!=" 678 if ($_SESSION["sequoff"]!="") 679 679 printf("SequencesOff: %s<br>\n", $_SESSION["sequoff"]); 680 680 … … 721 721 printf("<tr><td>Next DataSet# in DB: </td><td>%s</td></tr>", $dataset); 722 722 printf("<tr><td valign='top'>SequencesOn:</td><td> %s</td></tr>", $_SESSION["sequon"]); 723 if ($_SESSION["sequoff"]!=" 723 if ($_SESSION["sequoff"]!="") 724 724 { 725 725 printf("<tr><td valign='top'>SequencesOff:</td><td> %s</td></tr>", $_SESSION["sequoff"]); … … 727 727 } 728 728 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"]!="") 730 730 printf("<tr><td>SourcenamesOff [%s]: </td><td>%s</td></tr>", str_word_count($sourcesoff, 0, "1234567890+"), $sourcesoff); 731 731 printf("</table>\n");
Note:
See TracChangeset
for help on using the changeset viewer.