mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 02:23:59 +02:00
uses PHP 5 constructors
This commit is contained in:
@@ -17,7 +17,7 @@ class AdminerEmailTable {
|
||||
* @param string quoted column name
|
||||
* @param string quoted column name
|
||||
*/
|
||||
function AdminerEmailTable($table = "email", $id = "id", $title = "subject", $subject = "subject", $message = "message") {
|
||||
function __construct($table = "email", $id = "id", $title = "subject", $subject = "subject", $message = "message") {
|
||||
$this->table = $table;
|
||||
$this->id = $id;
|
||||
$this->title = $title;
|
||||
|
Reference in New Issue
Block a user