Removed logging from these files (probably temporary)

This commit is contained in:
martin 2002-05-31 09:19:04 +00:00
parent 93777df60d
commit ff9560d609
3 changed files with 0 additions and 3 deletions

View File

@ -26,7 +26,6 @@
set_moodle_cookie($USER->username);
add_to_log("Changed password");
reset_login_count();
print_header("Changed password", "Password changed successfully", "Changed Password", "");

View File

@ -38,7 +38,6 @@
}
reset_login_count();
add_to_log("Logged in");
if ($CFG->smsnotify) {
$time = date("H:i D j M", time());

View File

@ -3,7 +3,6 @@
require("../config.php");
add_to_log("Logged out");
$USER = NULL;
redirect($HTTP_REFERER);
exit;