Fixing bug 167800, patch from Eric B.

This commit is contained in:
mikep%oeone.com 2003-07-07 12:56:05 +00:00
Родитель 78542d9e61
Коммит afb769e6aa
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -504,7 +504,8 @@ calendarManager.prototype.retrieveAndSaveRemoteCalendar = function calMan_retrie
var onResponse = function( CalendarData )
{
//save the stream to a file.
saveDataToFile( ThisCalendarObject.getAttribute( "http://home.netscape.com/NC-rdf#path" ), CalendarData, "UTF-8" );
//saveDataToFile( ThisCalendarObject.getAttribute( "http://home.netscape.com/NC-rdf#path" ), CalendarData, "UTF-8" );
saveDataToFile( ThisCalendarObject.getAttribute( "http://home.netscape.com/NC-rdf#path" ), CalendarData, null );
if( onResponseExtra )
onResponseExtra();