Index: /trunk/MagicSoft/Mars/mreport/MReportTrigger.cc
===================================================================
--- /trunk/MagicSoft/Mars/mreport/MReportTrigger.cc	(revision 4925)
+++ /trunk/MagicSoft/Mars/mreport/MReportTrigger.cc	(revision 4926)
@@ -394,15 +394,9 @@
 
     // Check the Version of CC file, and takes care of the differences
-    // introduced in the format of the report.
-
-    //if (ver<)....
-	
-    // Check the length of the report to take care of the differences
-    // introduced in the format of the report (!Preliminary! the 
-    // Version number of the CC file should be used instead)
-
-    if (str.Length() < 1000)
-      {
-	*fLog << warn << " TRIGGER-REPORT: old report without IPRs" <<endl;
+    // introduced in the format of the report (on May 2004).
+
+    if (ver < 200405050)	
+      {
+	*fLog << warn << " WARNING - This is  an old TRIGGER-REPORT without IPRs" <<endl;
         return InterpreteOldBody(str);
       }
