From 5fa2ad85d3bb9ecdc98c37cdb837774215de6052 Mon Sep 17 00:00:00 2001 From: Kathy Date: Wed, 19 Jan 2011 16:01:52 +0000 Subject: [PATCH] --- PROMS/DataLoader/RoFst.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PROMS/DataLoader/RoFst.cs b/PROMS/DataLoader/RoFst.cs index 5334542a..ae4d0b42 100644 --- a/PROMS/DataLoader/RoFst.cs +++ b/PROMS/DataLoader/RoFst.cs @@ -32,11 +32,10 @@ namespace DataLoader //string tmp = null; if (ele != null) { - //roDbpath = ele.GetAttribute("zROPATH"); + roDbpath = ele.GetAttribute("zROPATH"); sp_prefix = ele.GetAttribute("zSetpoint"); img_prefix = ele.GetAttribute("zGraphics"); } - } if (roDbpath == null || roDbpath == "" || roDbpath.ToLower() == @"..\ro") roDbpath = fstPath.Substring(0, fstPath.LastIndexOf('\\')) + @"\ro";