added default type for ./contacts

This commit is contained in:
Lars Kneschke 2006-07-11 18:29:22 +00:00
parent 34346b6847
commit b67d241224

View File

@ -641,6 +641,7 @@ class Horde_SyncML_State {
# } # }
switch($type) { switch($type) {
case 'contacts': case 'contacts':
case './contacts':
return 'text/x-vcard'; return 'text/x-vcard';
break; break;
@ -668,6 +669,7 @@ class Horde_SyncML_State {
break; break;
case 'calendar': case 'calendar':
case './calendar':
return 'text/x-vcalendar'; return 'text/x-vcalendar';
break; break;
} }