mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fixed typo
This commit is contained in:
parent
43e75da558
commit
90bc88449a
@ -36,7 +36,7 @@ class infolog_activesync implements activesync_plugin_write
|
|||||||
'body' => 'info_des',
|
'body' => 'info_des',
|
||||||
'categories' => 'info_cat', // infolog supports only a single category
|
'categories' => 'info_cat', // infolog supports only a single category
|
||||||
'complete' => 'info_status', // 0 or 1 <--> 'done', ....
|
'complete' => 'info_status', // 0 or 1 <--> 'done', ....
|
||||||
'datecompleted' => 'info_datecomplated',
|
'datecompleted' => 'info_datecompleted',
|
||||||
'duedate' => 'info_enddate',
|
'duedate' => 'info_enddate',
|
||||||
'importance' => 'info_priority', // 0=Low, 1=Normal, 2=High (EGW additional 3=Urgent)
|
'importance' => 'info_priority', // 0=Low, 1=Normal, 2=High (EGW additional 3=Urgent)
|
||||||
'sensitivity' => 'info_access', // 0=Normal, 1=Personal, 2=Private, 3=Confiential <--> 'public', 'private'
|
'sensitivity' => 'info_access', // 0=Normal, 1=Personal, 2=Private, 3=Confiential <--> 'public', 'private'
|
||||||
@ -417,7 +417,7 @@ class infolog_activesync implements activesync_plugin_write
|
|||||||
// $infolog['info_owner'] = $account;
|
// $infolog['info_owner'] = $account;
|
||||||
if (!empty($id)) $infolog['info_id'] = $id;
|
if (!empty($id)) $infolog['info_id'] = $id;
|
||||||
$newid = $this->infolog->write($infolog);
|
$newid = $this->infolog->write($infolog);
|
||||||
//debugLog(__METHOD__."($folderid,$id) addressbook(".array2string($infolog).") returning ".array2string($newid));
|
debugLog(__METHOD__."($folderid,$id) infolog(".array2string($infolog).") returning ".array2string($newid));
|
||||||
return $this->StatMessage($folderid, $newid);
|
return $this->StatMessage($folderid, $newid);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user