From 3aedee59679cae3fe817f9ad6399ce20b086e6f0 Mon Sep 17 00:00:00 2001 From: Kathy Date: Tue, 12 Aug 2008 11:16:46 +0000 Subject: [PATCH] --- PROMS/DataLoader/Formats.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROMS/DataLoader/Formats.cs b/PROMS/DataLoader/Formats.cs index 15f42fde..fcdc862a 100644 --- a/PROMS/DataLoader/Formats.cs +++ b/PROMS/DataLoader/Formats.cs @@ -126,13 +126,13 @@ namespace DataLoader format = part1 + part2; // get the parent format's id (for example, AEP for AEP00). - parent = Format.GetExistingByParentID_Name(baseparent.FormatID, part1); + parent = Format.GetByParentID_Name(baseparent.FormatID, part1); } else parent = baseparent; // see if the format has been added, if not go get it. - rec = Format.GetExistingByParentID_Name(parent.FormatID, format); + rec = Format.GetByParentID_Name(parent.FormatID, format); } catch (Exception ex) {