Changeset 5156 for trunk/www/admin/annotationtypes/index.jsp
- Timestamp:
- Oct 22, 2009, 9:09:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/admin/annotationtypes/index.jsp
r5060 r5156 278 278 Unit unit = unitId == 0 ? null : Unit.getById(dc, unitId); 279 279 annotationType.setDefaultUnit(unit); 280 if (unit != null) cc.setRecent(unit, maxRecent);281 280 } 282 281
Note: See TracChangeset
for help on using the changeset viewer.