console() -> rcmail::console()
This commit is contained in:
parent
ddd4683255
commit
e24024b8be
2 changed files with 2 additions and 2 deletions
|
@ -318,7 +318,7 @@ class kolab_user_calendar extends kolab_calendar
|
|||
'X-OUT-OF-OFFICE' => $this->cal->gettext('availoutofoffice'),
|
||||
);
|
||||
|
||||
// console('_fetch_freebusy', kolab_storage::get_freebusy_url($this->userdata['mail']), $fbdata);
|
||||
// rcmail::console('_fetch_freebusy', kolab_storage::get_freebusy_url($this->userdata['mail']), $fbdata);
|
||||
|
||||
// parse free-busy information
|
||||
$count = 0;
|
||||
|
|
|
@ -161,7 +161,7 @@ class libcalendaring_itip
|
|||
$message->setTXTBody(rcube_mime::format_flowed($mailbody, 79));
|
||||
|
||||
if ($this->rc->config->get('libcalendaring_itip_debug', false)) {
|
||||
console('iTip ' . $method, $message->txtHeaders() . "\n\r" . $message->get());
|
||||
rcmail::console('iTip ' . $method, $message->txtHeaders() . "\n\r" . $message->get());
|
||||
}
|
||||
|
||||
// finally send the message
|
||||
|
|
Loading…
Add table
Reference in a new issue