]> git.mjollnir.org Git - moodle.git/commitdiff
Removed logging from these files (probably temporary)
authormartin <martin>
Fri, 31 May 2002 09:19:04 +0000 (09:19 +0000)
committermartin <martin>
Fri, 31 May 2002 09:19:04 +0000 (09:19 +0000)
login/change_password.php
login/index.php
login/logout.php

index 162d785f17ccb8fb3ece8be5a4e11b4a0a626de0..c3d601ae99c1b8e2099b84d37b4d6c7450e76578 100644 (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", "");
index 87b4314baeba2dd03d7db8f6aa9c0314d5e63f0e..04a432b22f540ee53d650e7810ed6ade8ce49cef 100644 (file)
@@ -38,7 +38,6 @@
                    }
     
                    reset_login_count();
-            add_to_log("Logged in");
 
             if ($CFG->smsnotify) {
                 $time = date("H:i D j M", time());
index 7d94ab3f473772e726ab73d76538765796800eef..3f0aadcafcccc37f896d1eaace4eebbb74df190f 100644 (file)
@@ -3,7 +3,6 @@
 
     require("../config.php");
 
-    add_to_log("Logged out");
     $USER = NULL;
     redirect($HTTP_REFERER);
     exit;