mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 18:44:02 +02:00
uses PHP 5 constructors
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/** Create object for performing database operations
|
||||
* @param Min_DB
|
||||
*/
|
||||
function Min_SQL($connection) {
|
||||
function __construct($connection) {
|
||||
$this->_conn = $connection;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user