forked from extern/egroupware
unset jpegphoto in get_rows, as it is unused and messes up json encoding (not utf-8)
This commit is contained in:
parent
ddb75bebc5
commit
caa76a3235
@ -1412,6 +1412,8 @@ class addressbook_ui extends addressbook_bo
|
||||
$row['class'] .= 'rowNoEdit ';
|
||||
}
|
||||
|
||||
unset($row['jpegphoto']); // unused and messes up json encoding (not utf-8)
|
||||
|
||||
if ($row['photo']) $photos = true;
|
||||
if ($row['role']) $roles = true;
|
||||
if ($row['note']) $notes = true;
|
||||
|
Loading…
Reference in New Issue
Block a user