From 1478f790d107e37a34f2a1c885d74aaaeddb24de Mon Sep 17 00:00:00 2001 From: Steffen Hansen Date: Mon, 20 Feb 2006 23:20:59 +0100 Subject: fixlet --- www/admin/user/user.php.in | 4 ++-- 1 file 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 @@ 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; } -- cgit v0.12