summaryrefslogtreecommitdiffstats
path: root/chat/lib/class/AJAXChatMySQLDataBase.php
diff options
context:
space:
mode:
Diffstat (limited to 'chat/lib/class/AJAXChatMySQLDataBase.php')
-rw-r--r--chat/lib/class/AJAXChatMySQLDataBase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/lib/class/AJAXChatMySQLDataBase.php b/chat/lib/class/AJAXChatMySQLDataBase.php
index 4ed6020..6dca348 100644
--- a/chat/lib/class/AJAXChatMySQLDataBase.php
+++ b/chat/lib/class/AJAXChatMySQLDataBase.php
@@ -15,7 +15,7 @@ class AJAXChatDataBaseMySQL {
var $_error = '';
var $_dbName;
- function AJAXChatDataBaseMySQL(&$dbConnectionConfig) {
+ function __construct(&$dbConnectionConfig) {
$this->_connectionID = $dbConnectionConfig['link'];
$this->_dbName = $dbConnectionConfig['name'];
}