1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-19 07:00:14 +01:00

[ticket/15150] Remove php4 constructor

PHPBB-15150
This commit is contained in:
Rubén Calvo 2017-04-17 03:08:00 +02:00
parent d0540eea52
commit 4efcfc2477

View File

@ -98,14 +98,6 @@ class jabber
$this->log_array = array();
}
/**
* Old style constructor (for compatibility, possibly it isn't nessesary)
*/
function jabber($server, $port, $username, $password, $use_ssl = false, $verify_peer = true, $verify_peer_name = true, $allow_self_signed = false)
{
$this->__construct($server, $port, $username, $password, $use_ssl, $verify_peer, $verify_peer_name, $allow_self_signed);
}
/**
* Able to use the SSL functionality?
*/