Index: /branches/eam_branches/ipp-20120601/Ohana/src/relphot/src/reload_catalogs.c
===================================================================
--- /branches/eam_branches/ipp-20120601/Ohana/src/relphot/src/reload_catalogs.c	(revision 33999)
+++ /branches/eam_branches/ipp-20120601/Ohana/src/relphot/src/reload_catalogs.c	(revision 34000)
@@ -94,4 +94,11 @@
       catalog.catformat = dvo_catalog_catformat (UPDATE_CATFORMAT);
     }
+
+    struct timeval now;
+    gettimeofday (&now, (void *) NULL);
+    char *moddate = ohana_sec_to_date (now.tv_sec);
+    gfits_modify (&catalog.header, "RELPHOT", "%s", 1, moddate);      
+    free (moddate);
+
     dvo_catalog_save (&catalog, VERBOSE); 
     dvo_catalog_unlock (&catalog);
