Skip to content
Snippets Groups Projects
Commit 5268c1c4 authored by natrak's avatar natrak
Browse files

Blah. Didnt save this one before commiting the last fix. Some day I will get this right.

parent 9891952c
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
......@@ -83,7 +83,7 @@ function makePassword($min_length=6) {
return $password;
}
switch ($act) {
switch ($op) {
case "Login":
session_start();
$user = new User($userid,$passwd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment