Index: trunk/ippScripts/scripts/publish_file.pl
===================================================================
--- trunk/ippScripts/scripts/publish_file.pl	(revision 34479)
+++ trunk/ippScripts/scripts/publish_file.pl	(revision 34480)
@@ -169,5 +169,5 @@
     my %negative;               # Data for negative diff detections
     foreach my $comp ( @$components ) {
-        my $path_base = $comp->{path_base}; # Base name for file
+	my $path_base = $comp->{path_base}; # Base name for file
         if (!$need_magic and $comp->{magicked}) {
             # This client is authorized to receive uncensored detections
@@ -241,5 +241,5 @@
 		     difftype => $difftype,
 		     sky => $cam_comp->{bg},
-		     shutoutc => $comp->{dateobs},
+		     shutoutc => $reg_comp->{dateobs},
         };
 
@@ -279,5 +279,5 @@
 			 difftype => $difftype,
 			 sky => $cam_comp->{bg},
-			 shutoutc => $comp->{dateobs},
+			 shutoutc => $reg_comp->{dateobs},
             };
 
