Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 182 → Rev 183

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