Cleaned up calls to link()

This commit is contained in:
jengo 2001-03-10 08:53:42 +00:00
parent c368a72134
commit 215ad8f011

View File

@ -66,7 +66,7 @@
$db = $phpgw->db;
$db->query("select count(*) from phpgw_sessions where session_flags != 'A'");
$db->next_record();
$tpl->set_var("current_users",'<a href="' . $phpgw->link($phpgw_info["server"]["webserver_url"].'/admin/currentusers.php') . '">&nbsp;'
$tpl->set_var("current_users",'<a href="' . $phpgw->link('/admin/currentusers.php') . '">&nbsp;'
. lang("Current users") . ': ' . $db->f(0) . '</a>');
}
$tpl->set_var("user_info",$phpgw->common->display_fullname() . " - "