Changeset 575
- Timestamp:
- 03/31/09 18:22:36 (3 years ago)
- File:
-
- 1 edited
-
Forum/trunk/src/corinis/modules/Forum.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Forum/trunk/src/corinis/modules/Forum.java
r562 r575 1213 1213 entry.setAttribute("source", "getEntries"); 1214 1214 root.appendChild(entry); 1215 } 1215 // also append getMainEntries 1216 for (Element c : new ChildElementAdapter(getMainEntries())) 1217 { 1218 if ("MAINENTRY".equals(c.getNodeName())) 1219 entry.appendChild(c); 1220 } 1221 } 1222 1216 1223 } 1217 1224 if (entry == null)
Note: See TracChangeset
for help on using the changeset viewer.
