mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
"new session methods to list and count"
This commit is contained in:
parent
1dcce48a46
commit
0c0f74aae4
@ -22,12 +22,12 @@
|
||||
|
||||
function total()
|
||||
{
|
||||
return $GLOBALS['egw']->session->total();
|
||||
return $GLOBALS['egw']->session->session_count();
|
||||
}
|
||||
|
||||
function list_sessions($start,$order,$sort)
|
||||
{
|
||||
$values = $GLOBALS['egw']->session->list_sessions($start,$sort,$order);
|
||||
$values = $GLOBALS['egw']->session->session_list($start,$sort,$order);
|
||||
|
||||
while (list(,$value) = @each($values))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user