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

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: ' . $GLBOALS['phpgw']->link($from)); Header('Location: ' . $GLOBALS['phpgw']->link($from));
$GLOBALS['phpgw']->common->phpgw_exit(); $GLOBALS['phpgw']->common->phpgw_exit();
} }