- Fixed bug #5074: standarized the user log messages.

4.4.x
Dries Buytaert 2004-01-11 19:44:15 +00:00
parent f2b984fcd4
commit 6ec582fd9c
2 changed files with 2 additions and 2 deletions

View File

@ -695,7 +695,7 @@ function user_logout() {
global $user;
if ($user->uid) {
watchdog("user", "session closed for user '$user->name'");
watchdog("user", "session closed for '$user->name'");
/*
** Destroy the current session:

View File

@ -695,7 +695,7 @@ function user_logout() {
global $user;
if ($user->uid) {
watchdog("user", "session closed for user '$user->name'");
watchdog("user", "session closed for '$user->name'");
/*
** Destroy the current session: