diff options
author | Steffen Hansen <steffen@kdab.com> | 2006-02-20 22:20:59 (GMT) |
---|---|---|
committer | Steffen Hansen <steffen@kdab.com> | 2006-02-20 22:20:59 (GMT) |
commit | 1478f790d107e37a34f2a1c885d74aaaeddb24de (patch) | |
tree | 2b63cce63385f28ba9f477c1b426fd271b483eaa /www | |
parent | 1933f75b035179fac68d45fc2f7d611bf80c26cb (diff) | |
download | kolab-webadmin-1478f790d107e37a34f2a1c885d74aaaeddb24de.tar.gz |
fixlet
Diffstat (limited to 'www')
-rw-r--r-- | www/admin/user/user.php.in | 4 |
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; } |