program/steps/addressbook/func.inc
@@ -309,6 +309,7 @@ if ($val == '' && $col == 'name') { $val = rcube_addressbook::compose_display_name($row, true); } $a_row_cols[$col] = Q($val); } @@ -729,7 +730,6 @@ $RCMAIL->register_action_map(array( 'add' => 'edit.inc', 'photo' => 'show.inc', 'upload-photo' => 'save.inc', 'group-create' => 'groups.inc', 'group-rename' => 'groups.inc', 'group-delete' => 'groups.inc',