mirror of
https://github.com/vrana/adminer.git
synced 2026-07-04 16:09:11 +02:00
Code style: Remove newline before }
This commit is contained in:
@@ -30,5 +30,4 @@ class AdminerLoginTable {
|
||||
$connection = Adminer\connection();
|
||||
return (bool) $connection->result("SELECT COUNT(*) FROM " . idf_escape($this->database) . ".login WHERE login = " . Adminer\q($login) . " AND password_sha1 = " . Adminer\q(sha1($password)));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user