mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 07:49:28 +01:00
* Addressbook - Fix duplicate detection when editing contact
This commit is contained in:
parent
84cc2bedc8
commit
16a4d95b1c
@ -2626,7 +2626,7 @@ window.egw_LAB.wait(function() {
|
||||
$specified_count = 0;
|
||||
foreach($fields as $field)
|
||||
{
|
||||
if($values[$field])
|
||||
if($values[trim($field)])
|
||||
{
|
||||
$specified_count++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user