|
@@ -59,12 +59,15 @@ function zimbraSingle_ChangePassword($params)
|
|
|
->where('relid', '=', $params['pid'])
|
|
->where('relid', '=', $params['pid'])
|
|
|
->where('fieldtype', '=', 'password')
|
|
->where('fieldtype', '=', 'password')
|
|
|
->get();
|
|
->get();
|
|
|
|
|
+ $customFieldIDsObj = $customFieldIDsCol->to_array();
|
|
|
|
|
+ foreach ($customFieldIDsObj as $value)
|
|
|
|
|
+ $customFieldIDs[] = $value->id;
|
|
|
logModuleCall(
|
|
logModuleCall(
|
|
|
'zimbrasingle',
|
|
'zimbrasingle',
|
|
|
__FUNCTION__,
|
|
__FUNCTION__,
|
|
|
- $customFieldIDsCol,
|
|
|
|
|
|
|
+ $customFieldIDs,
|
|
|
"Debug",
|
|
"Debug",
|
|
|
- ""
|
|
|
|
|
|
|
+ "blubb"
|
|
|
);
|
|
);
|
|
|
$customfields = array(
|
|
$customfields = array(
|
|
|
'399' => $params['password'],
|
|
'399' => $params['password'],
|