From: Michael Orlitzky Date: Fri, 4 Jul 2014 07:01:00 +0000 (-0400) Subject: Comment fix. X-Git-Tag: 0.0.6~40 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=ad771d25d2b1d4366f446234c3968a5dab1d52aa Comment fix. --- diff --git a/src/TSN/XML/JFile.hs b/src/TSN/XML/JFile.hs index a0fa432..84b28b1 100644 --- a/src/TSN/XML/JFile.hs +++ b/src/TSN/XML/JFile.hs @@ -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