Changeset 370
- Timestamp:
- 04/13/06 11:12:41
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/REL-3.0/calendar3/calCore/src/org/bedework/calcore/hibernate/Calendars.java
r301 r370 309 309 HibSession sess = getSess(); 310 310 311 /* We need write access to the parent */312 access.accessible(parent, privWrite , false);311 /* We need write content access to the parent */ 312 access.accessible(parent, privWriteContent, false); 313 313 314 314 /** Is the parent a calendar collection?
