Changeset 9570 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 04/14/10 17:19:19 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/builddatasets.php
r9548 r9570 689 689 $doubleseq++; 690 690 } 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) 692 693 { 693 694 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.