mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +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;
|
$specified_count = 0;
|
||||||
foreach($fields as $field)
|
foreach($fields as $field)
|
||||||
{
|
{
|
||||||
if($values[$field])
|
if($values[trim($field)])
|
||||||
{
|
{
|
||||||
$specified_count++;
|
$specified_count++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user