summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2e833f3)
raw | patch | inline | side by side (parent: 2e833f3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 Oct 2006 07:41:11 +0000 (07:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 Oct 2006 07:41:11 +0000 (07:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4960 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_goFonServer.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_goFonServer.inc b/plugins/admin/systems/class_goFonServer.inc
index e8d5e3b25925ca4da9c59f978daf6f250709c863..d4cdf76b5b7724216733c8df3650d8a8b45e3c79 100644 (file)
{
$message = plugin::check();
if (empty($this->goFonAdmin)){
- $message[]= sprintf(_("The attribute DB user is empty or contains invalid characters."), $attr);
+ $message[]= _("The attribute DB user is empty or contains invalid characters.");
}
if (empty($this->goFonPassword)){
- $message[]= sprintf(_("The attribute password is empty or contains invalid characters."), $attr);
+ $message[]= _("The attribute password is empty or contains invalid characters.");
}
if (empty($this->goFonAreaCode)){
- $message[]= sprintf(_("The attribute local dial prefix is empty or contains invalid characters."), $attr);
+ $message[]= _("The attribute local dial prefix is empty or contains invalid characters.");
}
if (empty($this->goFonCountryCode)){
- $message[]= sprintf(_("The attribute country dial prefix is empty or contains invalid characters."), $attr);
+ $message[]= _("The attribute country dial prefix is empty or contains invalid characters.");
}
return($message);
}