unset jpegphoto in get_rows, as it is unused and messes up json encoding (not utf-8)

This commit is contained in:
Ralf Becker 2013-02-05 08:07:02 +00:00
parent ddb75bebc5
commit caa76a3235

View File

@ -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;