diff --git a/plugins/login-table.php b/plugins/login-table.php index fe803334..bca840d3 100644 --- a/plugins/login-table.php +++ b/plugins/login-table.php @@ -17,6 +17,9 @@ CREATE TABLE login ( class AdminerLoginTable { var $database; + /** Set database of login table + * @param string + */ function AdminerLoginTable($database) { $this->database = $database; }