summaryrefslogtreecommitdiff
path: root/modules/account.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/account.module')
-rw-r--r--modules/account.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/account.module b/modules/account.module
index 9d428ee4f..9823e1585 100644
--- a/modules/account.module
+++ b/modules/account.module
@@ -1,4 +1,4 @@
-<?
+<?php
$module = array("help" => "account_help",
"find" => "account_find",
@@ -9,7 +9,7 @@ function account_help() {
<P>The account-module is responsible for maintaining the user database. It automatically handles tasks like registration, authentication, access rights, password retrieval, user settings and much more.</P>
<P>The required administration can be accomplished through the "account" interface of the administration section. From here administrators can get a quick overview of all registered users and view/edit specific accounts using the links provided. Some useful operations include blocking specific accounts (e.g. a troublesome user) and giving/taking administration permissions. Note that you should only give these permissions to people you trust!</P>
<P>Check the documentation page for detailed information about user management.</P>
- <?
+ <?php
}
function account_find($keys) {