diff options
author | Rubén Calvo <rubencm@gmail.com> | 2017-04-17 03:08:00 +0200 |
---|---|---|
committer | Rubén Calvo <rubencm@gmail.com> | 2017-04-17 03:08:00 +0200 |
commit | 4efcfc2477da2b301492836300d5b529465f2216 (patch) | |
tree | b1a445ef259903333bf0effe7f37fc59ae26b7a6 /phpBB/includes/functions_jabber.php | |
parent | d0540eea52e30410bfefb51a0a64231d347fb101 (diff) | |
download | forums-4efcfc2477da2b301492836300d5b529465f2216.tar forums-4efcfc2477da2b301492836300d5b529465f2216.tar.gz forums-4efcfc2477da2b301492836300d5b529465f2216.tar.bz2 forums-4efcfc2477da2b301492836300d5b529465f2216.tar.xz forums-4efcfc2477da2b301492836300d5b529465f2216.zip |
[ticket/15150] Remove php4 constructor
PHPBB-15150
Diffstat (limited to 'phpBB/includes/functions_jabber.php')
-rw-r--r-- | phpBB/includes/functions_jabber.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/includes/functions_jabber.php b/phpBB/includes/functions_jabber.php index a415d89e27..c9ec6fea61 100644 --- a/phpBB/includes/functions_jabber.php +++ b/phpBB/includes/functions_jabber.php @@ -99,14 +99,6 @@ class jabber } /** - * 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? */ static public function can_use_ssl() |