Fix doubling on transfer of data to new addressbook tables

This commit is contained in:
Miles Lott 2001-04-19 20:01:23 +00:00
parent 4652096b90
commit e28ef93c4f

View File

@ -1152,8 +1152,8 @@
while (list($name,$value) = each($extra)) {
$sql = "INSERT INTO phpgw_addressbook_extra VALUES ('".$fields["id"]."','" . $$fields["owner"] . "','"
. addslashes($name) . "','" . addslashes($value) . "')";
$db2->query($sql,__LINE__,__FILE__);
}
$db2->query($sql,__LINE__,__FILE__);
}
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre13';
}