Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 169 → Rev 182

/admin/account.php
46,11 → 46,11
{
if (!$user)
{
drawError('No such user, #' . $userID);
$this->drawError('No such user, #' . $userID);
}
else
{
drawError('You do not have permission to access this page.');
$this->drawError('You do not have permission to access this page.');
}
}