summaryrefslogtreecommitdiff
path: root/www/admin/user
diff options
context:
space:
mode:
Diffstat (limited to 'www/admin/user')
-rw-r--r--www/admin/user/user.php.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/admin/user/user.php.in b/www/admin/user/user.php.in
index 10fd3c5..ee0015a 100644
--- a/www/admin/user/user.php.in
+++ b/www/admin/user/user.php.in
@@ -1,6 +1,6 @@
<?php
/*
- (c) 2004 Klarlvdalens Datakonsult AB
+ (c) 2004-2006 Klaraelvdalens Datakonsult AB
(c) 2004 Martin Konold erfrakon <martin.konold@erfrakon.de>
This program is Free Software under the GNU General Public License (>=v2).
Read the file COPYING that comes with this packages for details.
@@ -789,7 +789,7 @@ switch( $action ) {
if( ldap_mod_del( $ldap->connection, $distlist['dn'], array('member' => $dn ) ) ) {
$messages[] = sprintf(_("Account removed from distribution list '%s'."), $dlmail);
} else {
- $errors[] = sprintf(_("Failure to remove account from distribution list '', account will not be deleted."),
+ $errors[] = sprintf(_("Failure to remove account from distribution list '%s', account will not be deleted."),
$dlmail);
break;
}