mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 15:30:25 +01:00
Undo last commit
This commit is contained in:
parent
7b6c0acbd9
commit
8a7206f577
@ -88,9 +88,8 @@
|
|||||||
|
|
||||||
$fields = addressbook_read_last_entry($qfields);
|
$fields = addressbook_read_last_entry($qfields);
|
||||||
$newid = $fields[0]['id'];
|
$newid = $fields[0]['id'];
|
||||||
$tid = $fields[0]['tid'];
|
|
||||||
Header("Location: "
|
Header("Location: "
|
||||||
. $phpgw->link('/addressbook/edit.php',"ab_id=$newid&order=$order&sort=$sort&filter=$filter&start=$start&query=$query&cat_id=$cat_id&tid=$tid"));
|
. $phpgw->link('/addressbook/edit.php',"ab_id=$newid&order=$order&sort=$sort&filter=$filter&start=$start&query=$query&cat_id=$cat_id"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user