Index: trunk/BNC/upload/bncrtnetuploadcaster.cpp
===================================================================
--- trunk/BNC/upload/bncrtnetuploadcaster.cpp	(revision 3753)
+++ trunk/BNC/upload/bncrtnetuploadcaster.cpp	(revision 3754)
@@ -278,7 +278,14 @@
     if (ephPair) {
 
+      eph = ephPair->last;
+
+      // receptDateTime() not (yet?) defined 
+      // if (ephPair->prev && 
+      //     eph->receptDateTime().secsTo(QDateTime::currentDateTime()) < 60) {
+      //   eph = ephPair->prev;
+      // }
+
       // Make sure the clock messages refer to same IOD as orbit messages
       // ----------------------------------------------------------------
-      eph = ephPair->last;
       if (_usedEph) {
         if (fmod(epoTime.gpssec(), _samplOrb) == 0.0) {
@@ -298,10 +305,4 @@
         }
       }
-
-      // receptDateTime() not (yet?) defined 
-      //      if (ephPair->prev && 
-      //           eph->receptDateTime().secsTo(QDateTime::currentDateTime()) < 60) {
-      //        eph = ephPair->prev;
-      //      }
     }
 
