mirror of
https://github.com/vrana/adminer.git
synced 2026-07-13 21:43:23 +02:00
uses PHP 5 constructors
This commit is contained in:
@@ -22,7 +22,7 @@ class AdminerLoginTable {
|
||||
/** Set database of login table
|
||||
* @param string
|
||||
*/
|
||||
function AdminerLoginTable($database) {
|
||||
function __construct($database) {
|
||||
$this->database = $database;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user