mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
Cleaned up calls to link()
This commit is contained in:
parent
c368a72134
commit
215ad8f011
@ -66,7 +66,7 @@
|
|||||||
$db = $phpgw->db;
|
$db = $phpgw->db;
|
||||||
$db->query("select count(*) from phpgw_sessions where session_flags != 'A'");
|
$db->query("select count(*) from phpgw_sessions where session_flags != 'A'");
|
||||||
$db->next_record();
|
$db->next_record();
|
||||||
$tpl->set_var("current_users",'<a href="' . $phpgw->link($phpgw_info["server"]["webserver_url"].'/admin/currentusers.php') . '"> '
|
$tpl->set_var("current_users",'<a href="' . $phpgw->link('/admin/currentusers.php') . '"> '
|
||||||
. lang("Current users") . ': ' . $db->f(0) . '</a>');
|
. lang("Current users") . ': ' . $db->f(0) . '</a>');
|
||||||
}
|
}
|
||||||
$tpl->set_var("user_info",$phpgw->common->display_fullname() . " - "
|
$tpl->set_var("user_info",$phpgw->common->display_fullname() . " - "
|
||||||
|
Loading…
Reference in New Issue
Block a user