forked from extern/egroupware
formatting
This commit is contained in:
parent
720c77fae9
commit
3177cbe7b6
@ -70,5 +70,4 @@
|
||||
$this->ui = createobject('admin.uicurrentsessions');
|
||||
$this->ui->list_sessions();
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
class soaccounts
|
||||
{
|
||||
|
||||
function soaccounts()
|
||||
{
|
||||
}
|
||||
|
@ -48,5 +48,4 @@
|
||||
}
|
||||
return $values;
|
||||
}
|
||||
|
||||
}
|
@ -13,7 +13,6 @@
|
||||
|
||||
class uiaccounts
|
||||
{
|
||||
|
||||
var $public_functions = array(
|
||||
'list_groups' => True,
|
||||
'list_users' => True,
|
||||
|
@ -150,5 +150,4 @@
|
||||
|
||||
$this->template->pfp('out','form');
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -155,7 +155,6 @@
|
||||
}
|
||||
|
||||
$this->template->pparse('out','list');
|
||||
|
||||
}
|
||||
|
||||
function kill()
|
||||
@ -176,5 +175,4 @@
|
||||
|
||||
$this->template->pfp('out','form');
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user