summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5a7ece8)
raw | patch | inline | side by side (parent: 5a7ece8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Dec 2008 15:54:01 +0000 (15:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Dec 2008 15:54:01 +0000 (15:54 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13296 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/personal/mail/class_mail-methods.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/personal/mail/class_mail-methods.inc b/gosa-plugins/mail/personal/mail/class_mail-methods.inc
index bb11ae22a36cf04234223f36812ac70810d805e5..cab73287477c7ecf850270292b7f93c23b66172d 100644 (file)
$tmp->init();
return($tmp);
}else{
- @DEBUG (DEBUG_MAIL, __LINE__, __FUNCTION__, __FILE__, "","<b>MAIL: Invalid mailMethod defined: <b>".$cls.
- "</b> falling back to <b>".get_class($this)."</b>");
+ @DEBUG (DEBUG_MAIL, __LINE__, __FUNCTION__, __FILE__, "","<b>MAIL: Invalid mailMethod defined: ".$cls.
+ " falling back to ".get_class($this)."</b>");
/* Print out configuration errors directly, we can't catch them everywhere.
*/