From ad771d25d2b1d4366f446234c3968a5dab1d52aa Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 4 Jul 2014 03:01:00 -0400 Subject: [PATCH] Comment fix. --- src/TSN/XML/JFile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2