Merged V4.1-BUG-FIX to HEAD

40440: Merged V3.4-BUG-FIX to V4.1-BUG-FIX
      40438: Merged PATCHES/V3.4.9 to V3.4-BUG-FIX
         40431: ALF-15464: Reverse merged the following revisions due to broken protocol stack     
            ALF-15311: 39885:  JGroups resends incorrect message for XMIT_REQ       
               - Added new configuration files for heartbeat channel that removes NAKACK protocol as guaranteed delivery is not necessary for heartbeat.
   40441: Merged V3.4-BUG-FIX to V4.1-BUG-FIX
      40439: ALF-15508: Merged PATCHES/3.4.9 to V3.4-BUG-FIX
         40432: ALF-15464: JGroups resends incorrect message for XMIT_REQ    
            - Changed JGroupsKeepAliveHeartbeatSender to copy the message for every send.
   40453: ALF-11562 Calendar mistakenly deleted some information for the recurrence String.
   40475: Merged V3.4-BUG-FIX to V4.1-BUG-FIX
      40350: ALF-15244: Make Thai text searchable
      40357: ALF-14]588: Changing case of folder/filename fails on WebDAV 
   40476: Merged V4.1 to V4.1-BUG-FIX (RECORD ONLY)
      40442: Merged V4.1-BUG-FIX to V4.1
         40441: Merged V3.4-BUG-FIX to V4.1-BUG-FIX
            40439: ALF-15508: Merged PATCHES/3.4.9 to V3.4-BUG-FIX
               40432: ALF-15464: JGroups resends incorrect message for XMIT_REQ    
                  - Changed JGroupsKeepAliveHeartbeatSender to copy the message for every send.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@40477 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Dave Ward
2012-08-16 07:48:56 +00:00
parent 45514f13e2
commit ccd1f23a41
2 changed files with 18 additions and 19 deletions

View File

@@ -186,6 +186,7 @@ public class CalendarEntryGet extends AbstractCalendarWebScript
}
else if (params.get("BYSETPOS") != null)
{
text.append("Occurs the ");
text.append(weeks.get((Integer.parseInt(params.get("BYSETPOS")))) + " ");
text.append(days.get(params.get("BYDAY")));
}