diff options
Diffstat (limited to 'chat/lib/class/AJAXChatMySQLQuery.php')
-rw-r--r-- | chat/lib/class/AJAXChatMySQLQuery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/lib/class/AJAXChatMySQLQuery.php b/chat/lib/class/AJAXChatMySQLQuery.php index 188a1f5..f2f3fd4 100644 --- a/chat/lib/class/AJAXChatMySQLQuery.php +++ b/chat/lib/class/AJAXChatMySQLQuery.php @@ -17,7 +17,7 @@ class AJAXChatMySQLQuery { var $_error = ''; // Constructor: - function AJAXChatMySQLQuery($sql, $connectionID = null) { + function __construct($sql, $connectionID = null) { $this->_sql = trim($sql); $this->_connectionID = $connectionID; if($this->_connectionID) { |