summaryrefslogtreecommitdiff
path: root/modules/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user.module')
-rw-r--r--modules/user.module4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/user.module b/modules/user.module
index 6b7909f6d..3ccfff64d 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -15,7 +15,6 @@ function user_external_load($authname) {
}
function user_load($array = array()) {
-
/*
** Dynamically compose a SQL query:
*/
@@ -121,7 +120,6 @@ function user_save($account, $array = array()) {
}
function user_validate_name($name) {
-
/*
** Verify the syntax of the given name:
*/
@@ -150,7 +148,6 @@ function user_validate_authmap($account, $authname, $module) {
}
function user_password($length = 10) {
-
/*
** Generate a random alphanumeric password.
*/
@@ -650,7 +647,6 @@ function user_logout() {
}
drupal_goto(url());
-
}
function user_pass($edit = array()) {