summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e52272e)
raw | patch | inline | side by side (parent: e52272e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Jun 2006 06:33:43 +0000 (06:33 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Jun 2006 06:33:43 +0000 (06:33 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3594 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/mail/class_mailAccount.inc | patch | blob | history |
diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc
index 209072123441da0386e6c3a62236301504bd68f7..95f44a247f7023a9cd8183e086fe1829a1a292fd 100644 (file)
if($ldap->count()){
$attrs = $ldap->fetch();
if(isset($attrs['kolabDeleteFlag'])){
- return(_("Waiting for kolabd to remove mail properties."));
+ return(_("Waiting for kolab to remove mail properties."));
}elseif(in_array("gosaMailAccount",$attrs['objectClass'])){
- return(_("Please remove the mail account first, to allow kolabd to call its remove methods."));
+ return(_("Please remove the mail account first, to allow kolab to call its remove methods."));
}
}
}