mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Oops, bad field name
This commit is contained in:
parent
3818d23b0d
commit
3ac1647e3e
@ -63,7 +63,7 @@
|
||||
//echo '<br>'.$i.': '.$name.' => '.$value;
|
||||
$entry[$i][$name] = $value;
|
||||
}
|
||||
$entry[$i]['d_email_type'] = 'INTERNET';
|
||||
$entry[$i]['d_emailtype'] = 'INTERNET';
|
||||
//echo '<br>';
|
||||
$contacts->add($phpgw_info["user"]["account_id"],$entry[$i]);
|
||||
}
|
||||
|
@ -130,7 +130,7 @@
|
||||
//echo '<br>'.$i.': '.$name.' => '.$value;
|
||||
$entry[$i][$name] = $value;
|
||||
}
|
||||
$entry[$i]['d_email_type'] = 'INTERNET';
|
||||
$entry[$i]['d_emailtype'] = 'INTERNET';
|
||||
//echo '<br>';
|
||||
$contacts->add($phpgw_info["user"]["account_id"],$entry[$i]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user