[Rt-commit] r3481 - in rt/branches/CHALDEA-EXPERIMENTAL: . html

trs at bestpractical.com trs at bestpractical.com
Sat Jul 16 15:14:14 EDT 2005


Author: trs
Date: Sat Jul 16 15:14:14 2005
New Revision: 3481

Modified:
   rt/branches/CHALDEA-EXPERIMENTAL/   (props changed)
   rt/branches/CHALDEA-EXPERIMENTAL/html/CalPopup.html
Log:
 r5007 at wintermute:  tom | 2005-07-16 15:11:39 -0400
 RT-Ticket: 6846
 RT-Status: resolved
 RT-Update: correspond
 
 Applied Kevin Falcone's patch to fix the calendar display.


Modified: rt/branches/CHALDEA-EXPERIMENTAL/html/CalPopup.html
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/html/CalPopup.html	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/html/CalPopup.html	Sat Jul 16 15:14:14 2005
@@ -73,7 +73,7 @@
 
 
 
-my @cal = calendar($DisplayedMonth, $DisplayedYear);
+my @cal = calendar($DisplayedMonth+1, $DisplayedYear);
 
 </%init>
 <%args>


More information about the Rt-commit mailing list