mirror of
https://github.com/vrana/adminer.git
synced 2026-01-20 14:33:08 +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