mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-29 13:19:26 +00:00
Heh, actually make it the same string. Damn quotes.
This commit is contained in:
parent
1a715ca47a
commit
325840ab30
@ -119,5 +119,5 @@ param_to_global('mode');
|
||||
include_once('caldav-PUT-functions.php');
|
||||
controlRequestContainer( $session->username, $dest->user_no(), $target, false, ($dest->IsPublic() ? true : false));
|
||||
import_collection( $ics, $dest->user_no(), $target, $session->user_no, ($mode == 'append') );
|
||||
printf(translate("Calendar '%s' was loaded from file.") . "\n", $target);
|
||||
printf(translate('Calendar "%s" was loaded from file.') . "\n", $target);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user