Index: trunk/BNC/src/latencychecker.cpp
===================================================================
--- trunk/BNC/src/latencychecker.cpp	(revision 6766)
+++ trunk/BNC/src/latencychecker.cpp	(revision 6767)
@@ -303,7 +303,13 @@
                     + ": Recovery threshold exceeded, outage ended "
                     + _endDateOut + " " + _endTimeOut).toAscii(), true));
-      callScript(("End_Outage "
-                    + _endDateOut + " " + _endTimeOut + " Begin was "
-                    + _begDateOut + " " + _begTimeOut).toAscii());
+      if ( _begDateOut != "" && _begTimeOut != "" ) {
+        callScript(("End_Outage "
+                      + _endDateOut + " " + _endTimeOut + " Begin was "
+                      + _begDateOut + " " + _begTimeOut).toAscii());
+      }
+      else {
+        callScript(("End_Outage "
+                      + _endDateOut + " " + _endTimeOut).toAscii());
+      }
     }
   }
