Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ec3d9af

Browse files
Merge pull request #26 from amalfra/patch-1
Update class.MySQL.php
2 parents 6e8b8ae + c8e0d7d commit ec3d9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎class.MySQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class MySQL {
4444
* Class Constructor *
4545
* *******************/
4646

47-
function MySQL($database, $username, $password, $hostname='localhost'){
47+
function __construct($database, $username, $password, $hostname='localhost'){
4848
$this->database = $database;
4949
$this->username = $username;
5050
$this->password = $password;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /