diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2003-11-18 23:37:48 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2003-11-18 23:37:48 +0000 |
commit | 2ffa04f5f26c6895b94f0e2a2d00e134b922ba80 (patch) | |
tree | 79483acc91e17e1e6c91ff72db86a22bd4b7244f /modules | |
parent | fe9a6afa0875918f7cde61acb7ba766853ff1f84 (diff) | |
download | brdo-2ffa04f5f26c6895b94f0e2a2d00e134b922ba80.tar.gz brdo-2ffa04f5f26c6895b94f0e2a2d00e134b922ba80.tar.bz2 |
- Fixes bug #4100: First visit to site results in 'access denied' page.
- Fixed sess_write().
- Removed dead code in index.php.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user.module | 4 | ||||
-rw-r--r-- | modules/user/user.module | 4 |
2 files changed, 0 insertions, 8 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()) { diff --git a/modules/user/user.module b/modules/user/user.module index 6b7909f6d..3ccfff64d 100644 --- a/modules/user/user.module +++ b/modules/user/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()) { |