This commit is contained in:
skeeter 2002-04-25 13:10:01 +00:00
parent debc1f5b36
commit 6ffc3ba966

View File

@ -1641,7 +1641,7 @@
{ {
// If we reach this, it is because they didn't search for anything, // If we reach this, it is because they didn't search for anything,
// attempt to send them back to where they where. // attempt to send them back to where they where.
Header('Location: ' . $phpgw->link($from)); Header('Location: ' . $GLBOALS['phpgw']->link($from));
$GLOBALS['phpgw']->common->phpgw_exit(); $GLOBALS['phpgw']->common->phpgw_exit();
} }