Oops, bad field name

This commit is contained in:
Miles Lott 2001-03-13 15:52:24 +00:00
parent 3818d23b0d
commit 3ac1647e3e
2 changed files with 2 additions and 2 deletions

View File

@ -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]);
}

View File

@ -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]);
}