]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Comment fix.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 4 Jul 2014 07:01:00 +0000 (03:01 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 4 Jul 2014 07:01:00 +0000 (03:01 -0400)
src/TSN/XML/JFile.hs

index a0fa43297f3c376fec8fae6644417afd434bc687..84b28b10260a3a9e532c12fd97b088857a99bdbd 100644 (file)
@@ -388,7 +388,7 @@ instance DbImport Message where
       away_team_id <- insert_xml_or_select (xml_vteam game)
       home_team_id <- insert_xml_or_select (xml_hteam game)
 
-            -- First insert the game, keyed to the "jfile",
+      -- Now insert the game keyed to the "jfile" and its teams.
       insert_xml_fk_teams_ msg_id away_team_id home_team_id game