diff --git a/inc/drivers_imap_pam.php b/inc/drivers_imap_pam.php index c49356e9..f2cdfcf3 100644 --- a/inc/drivers_imap_pam.php +++ b/inc/drivers_imap_pam.php @@ -27,15 +27,6 @@ class imapPamDrivers /**#@-*/ - /** - * Constructor. - * @param string $imap_url formated for imap_open() - */ - function imapPamDrivers($imap_url){ - $this->__construct($imap_url); - } - - /** * The constructor *