mirror of
https://github.com/vrana/adminer.git
synced 2025-12-27 02:40:46 +01:00
uses PHP 5 constructors
This commit is contained in:
@@ -13,7 +13,7 @@ class AdminerSqlLog {
|
||||
/**
|
||||
* @param string defaults to "$database.sql"
|
||||
*/
|
||||
function AdminerSqlLog($filename = "") {
|
||||
function __construct($filename = "") {
|
||||
$this->filename = $filename;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user