1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-08 17:59:55 +01:00

Removed accidental code

This commit is contained in:
moodler 2005-01-11 13:07:19 +00:00
parent 792197b095
commit 30b88cb774

@ -55,12 +55,7 @@
$errormsg = get_string("cookiesnotenabled");
} else if ($frm) { // Login WITH cookies
if (get_moodle_cookie() == '') {
error('Cookies not working!');
die;
}
} else if ($frm) { // Login WITH cookies
$frm->username = trim(moodle_strtolower($frm->username));