parent_id got lost if addressbook/project-selection was called during creation of a sub

This commit is contained in:
Ralf Becker 2001-07-18 23:09:11 +00:00
parent a9b98c403d
commit 797ad8d151

View File

@ -676,7 +676,8 @@
$phpgw->common->phpgw_exit();
}
}
$id_parent = $this->data['info_id_parent'];
if (!$id_parent)
$id_parent = $this->data['info_id_parent'];
$common_hidden_vars = $html->input_hidden( $hidden_vars + array(
'info_id' => $info_id,