console() -> rcube::console()
This commit is contained in:
parent
fc162eab87
commit
ea6d351812
2 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,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);
|
||||
// rcube::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());
|
||||
rcube::console('iTip ' . $method, $message->txtHeaders() . "\r\n" . $message->get());
|
||||
}
|
||||
|
||||
// finally send the message
|
||||
|
|
Loading…
Add table
Reference in a new issue