formatting

This commit is contained in:
Miles Lott 2001-12-21 03:41:06 +00:00
parent 720c77fae9
commit 3177cbe7b6
8 changed files with 193 additions and 200 deletions

View File

@ -70,5 +70,4 @@
$this->ui = createobject('admin.uicurrentsessions');
$this->ui->list_sessions();
}
}

View File

@ -13,7 +13,6 @@
class soaccounts
{
function soaccounts()
{
}

View File

@ -48,5 +48,4 @@
}
return $values;
}
}

View File

@ -13,7 +13,6 @@
class uiaccounts
{
var $public_functions = array(
'list_groups' => True,
'list_users' => True,

View File

@ -150,5 +150,4 @@
$this->template->pfp('out','form');
}
}

View File

@ -155,7 +155,6 @@
}
$this->template->pparse('out','list');
}
function kill()
@ -176,5 +175,4 @@
$this->template->pfp('out','form');
}
}