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
$result=mysql_query("SELECT * FROM testusers WHERE LOWER(userid)=LOWER('$userid') && passwd=PASSWORD('$passwd') && STATUS=0")ordie(sprintf("Critical error at line %d in %s: %s",__LINE__,__FILE__,mysql_error()));
mysql_query("UPDATE users SET last_access='$this->last_access',last_host='$this->last_host' WHERE id=$this->id")ordie(sprintf("Critical error at line %d in %s: %s",__LINE__,__FILE__,mysql_error()));