merged r24219: fixed problems (no param in the constructor) reported on

the german list
This commit is contained in:
Ralf Becker 2007-10-12 16:39:17 +00:00
parent 214eda4e66
commit 6240c313ab
2 changed files with 1 additions and 11 deletions

View File

@ -51,11 +51,6 @@ class pleskimap extends defaultimap
*/ */
var $error = false; var $error = false;
function pleskimap($profileData)
{
$this->defaultimap($profileData); // calling the parent constructor
}
/** /**
* Create a full mailbox or just forward, depending on the given email address * Create a full mailbox or just forward, depending on the given email address
* If email matches the default domain, we create a full mailbox, otherwise we create a forward * If email matches the default domain, we create a full mailbox, otherwise we create a forward

View File

@ -8,7 +8,7 @@
* - tested with Plesk7.5 under Linux, but should work with other plesk * * - tested with Plesk7.5 under Linux, but should work with other plesk *
* versions and Windows too as it uses plesks cli (command line interface) * * versions and Windows too as it uses plesks cli (command line interface) *
* - this plugin ONLY works if you have root access to the webserver !!! * * - this plugin ONLY works if you have root access to the webserver !!! *
* - configuration instructions are in the class.pliskimap.inc.php * * - configuration instructions are in the class.pleskimap.inc.php *
* => as with the "LDAP, Postfix & Cyrus" plugin the plesk one creates mail * * => as with the "LDAP, Postfix & Cyrus" plugin the plesk one creates mail *
* users and manages passwords, aliases, forwards and quota from within * * users and manages passwords, aliases, forwards and quota from within *
* eGroupWare - no need to additionally visit the plesk interface anymore * * eGroupWare - no need to additionally visit the plesk interface anymore *
@ -30,11 +30,6 @@ class smtpplesk extends defaultsmtp
*/ */
var $error = false; var $error = false;
function smtpplesk($profileData)
{
$this->defaultsmtp($profileData); // call the parent constructor
}
/** /**
* call plesk's mail command line interface * call plesk's mail command line interface
* *