Adjust link call to new spec

This commit is contained in:
Miles Lott 2001-03-08 13:18:15 +00:00
parent 7b43c53132
commit 8942b434a9

View File

@ -146,7 +146,7 @@
}
}
}
$phpgw->redirect($phpgw->link($phpgw_info['server']['webserver_url'] . '/index.php','cd=yes' . $extra_vars));
$phpgw->redirect($phpgw->link('/index.php','cd=yes' . $extra_vars));
}
}
else