comparison artifacts-common/src/main/java/de/intevation/artifacts/common/utils/ClientProtocolUtils.java @ 324:ee6e1b2f137a

Renamed an XML attribute in the code to create document for new Artifacts. artifacts/trunk@2563 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 24 Aug 2011 13:49:59 +0000
parents 0035e2511342
children 4022ea69d1cb
comparison
equal deleted inserted replaced
323:1d3607ceb9fa 324:ee6e1b2f137a
117 templ.setAttribute("uuid", uuid); 117 templ.setAttribute("uuid", uuid);
118 action.appendChild(templ); 118 action.appendChild(templ);
119 } 119 }
120 120
121 if (ids != null) { 121 if (ids != null) {
122 Element id = cr.create("db-ids"); 122 Element id = cr.create("ids");
123 id.setAttribute("value", ids); 123 id.setAttribute("value", ids);
124 action.appendChild(id); 124 action.appendChild(id);
125 } 125 }
126 126
127 doc.appendChild(action); 127 doc.appendChild(action);

http://dive4elements.wald.intevation.org