Skip to content
Snippets Groups Projects
Commit 6ec582fd authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Fixed bug #5074: standarized the user log messages.
parent f2b984fc
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -695,7 +695,7 @@ function user_logout() { ...@@ -695,7 +695,7 @@ function user_logout() {
global $user; global $user;
if ($user->uid) { if ($user->uid) {
watchdog("user", "session closed for user '$user->name'"); watchdog("user", "session closed for '$user->name'");
/* /*
** Destroy the current session: ** Destroy the current session:
......
...@@ -695,7 +695,7 @@ function user_logout() { ...@@ -695,7 +695,7 @@ function user_logout() {
global $user; global $user;
if ($user->uid) { if ($user->uid) {
watchdog("user", "session closed for user '$user->name'"); watchdog("user", "session closed for '$user->name'");
/* /*
** Destroy the current session: ** Destroy the current session:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment