Index: trunk/BNC/upload/bncrtnetuploadcaster.cpp
===================================================================
--- trunk/BNC/upload/bncrtnetuploadcaster.cpp	(revision 3259)
+++ trunk/BNC/upload/bncrtnetuploadcaster.cpp	(revision 3260)
@@ -266,8 +266,10 @@
     if (ephPair) {
       t_eph* eph = ephPair->last;
-      if (ephPair->prev && 
-           eph->receptDateTime().secsTo(QDateTime::currentDateTime()) < 60) {
-        eph = ephPair->prev;
-      }
+
+// receptDateTime() not (yet?) defined 
+//      if (ephPair->prev && 
+//           eph->receptDateTime().secsTo(QDateTime::currentDateTime()) < 60) {
+//        eph = ephPair->prev;
+//      }
 
       in >> xx(1) >> xx(2) >> xx(3) >> xx(4) >> xx(5) 
