Ignore:
Timestamp:
04/16/12 17:23:13 (12 years ago)
Author:
acoutinho
Message:

Ticket #2631 - Inconsistencia na mudanca de fuso-horario na decorrencia de uma repeticao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/js/calendar.codecs.js

    r5947 r5953  
    763763                    var tzId =  form.timezone || Calendar.signatureOf[form.calendar].calendar.timezone || User.preferences.timezone, 
    764764 
    765                     formatString = ( typeof form.allDay !== "undefined" && !!form.allDay )? pref.dateFormat+" HH:mm" : pref.dateFormat + " " + pref.hourForma; 
     765                    formatString = ( typeof form.allDay !== "undefined" && !!form.allDay )? pref.dateFormat+" HH:mm" : pref.dateFormat + " " + pref.hourFormat; 
    766766 
    767767                    var Owner = decodeOwnerCalendar(form.calendar); 
Note: See TracChangeset for help on using the changeset viewer.