From: Jakub Vrana Date: Mon, 21 Mar 2011 09:14:22 +0000 (+0100) Subject: Comment X-Git-Tag: v3.2.1~15 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=11863ab2ef57d992c9cc8f5f29ad4410ad95ebd3;p=adminer.git Comment --- 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; }