mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/15150] Remove php4 constructor
PHPBB-15150
This commit is contained in:
parent
d0540eea52
commit
4efcfc2477
1 changed files with 0 additions and 8 deletions
|
@ -98,14 +98,6 @@ class jabber
|
||||||
$this->log_array = array();
|
$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?
|
* Able to use the SSL functionality?
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue