Remove old redundant constructor.

This commit is contained in:
Andrew McMillan 2012-07-25 09:28:26 +12:00
parent d2513bddd5
commit c28759364f

View File

@ -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
*