This commit is contained in:
@@ -27,14 +27,14 @@ namespace DataLoader
|
||||
if (d != null)
|
||||
{
|
||||
XmlElement xml = d.DocumentElement;
|
||||
XmlNode rodef = xml.SelectSingleNode("//zRODefaults");
|
||||
XmlNode rodef = xml.SelectSingleNode("//RODefaults");
|
||||
XmlElement ele = rodef as XmlElement;
|
||||
//string tmp = null;
|
||||
if (ele != null)
|
||||
{
|
||||
roDbpath = ele.GetAttribute("zROPATH");
|
||||
sp_prefix = ele.GetAttribute("zSetpoint");
|
||||
img_prefix = ele.GetAttribute("zGraphics");
|
||||
roDbpath = ele.GetAttribute("ROPATH");
|
||||
sp_prefix = ele.GetAttribute("Setpoint");
|
||||
img_prefix = ele.GetAttribute("Graphics");
|
||||
}
|
||||
}
|
||||
if (roDbpath == null || roDbpath == "" || roDbpath.ToLower() == @"..\ro")
|
||||
|
Reference in New Issue
Block a user