Index: trunk/Mars/fact/processing/numevents.C
===================================================================
--- trunk/Mars/fact/processing/numevents.C	(revision 17976)
+++ trunk/Mars/fact/processing/numevents.C	(revision 17977)
@@ -269,12 +269,11 @@
         cout << "where: " << where << endl;
 
-        //if (!serv.InsertUpdate(table, vars, where))
-        //{
-        //    cout << "ERROR - insert/update to DB failed  (vars:" << vars << " where: " << where << ")." << endl;
-        //    return 2;
-        //}
+        if (!serv.InsertUpdate(table, vars, where))
+        {
+            cout << "ERROR - insert/update to DB failed  (vars:" << vars << " where: " << where << ")." << endl;
+            return 2;
+        }
 
     }
-
 
     return 1;
