Changeset 1709
- Timestamp:
- 01/08/12 09:06:11 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/rapla/plugin/officeprinting/OfficePrintingMenuFactory.java
r1708 r1709 159 159 } 160 160 Allocatable[] resources = reservation.getResources(); 161 String resourceName = ""; 162 if(resources.length != 0) { 161 163 Allocatable firstResource = resources[0]; 162 String resourceName = firstResource.getName(getLocale()); 164 resourceName = firstResource.getName(getLocale()); 165 } 163 166 Date startDate = appointment.getStart(); 164 167 String startDateStr = null;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/rapla.jpg)