Changeset 100

Show
Ignore:
Timestamp:
02/07/06 10:38:37
Author:
johnsa
Message:

removed old comment from calendars.jsp

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/webclient/war/docs/emitPublicCalendars.jsp

    r98 r100  
    1010             toScope="session" /> 
    1111    <%@include file="/docs/emitCalendar.jsp"%> 
    12  
    13     <%-- old 2.3 code: keep for a short while 
    14     <logic:present name="calForm" property="publicCalendars" > 
    15       <bean:define id="calendars" name="calForm" property="publicCalendars" /> 
    16       <logic:iterate id="calendar" name="calendars" > 
    17         <bean:define id="curCal" name="calendar" toScope="request" /> 
    18         <jsp:include page="subcalendars.jsp" /> 
    19       </logic:iterate> 
    20     </logic:present> 
    21     --%> 
    2212  </calendars> 
    2313