steffen: server/kolab-webadmin/kolab-webadmin/www/admin/user user.php.in, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Mon Feb 20 23:21:01 CET 2006


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/user
In directory doto:/tmp/cvs-serv27667

Modified Files:
	user.php.in 
Log Message:
fixlet

Index: user.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/user/user.php.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- user.php.in	5 Feb 2006 20:13:55 -0000	1.3
+++ user.php.in	20 Feb 2006 22:20:59 -0000	1.4
@@ -1,6 +1,6 @@
 <?php
 /*
- (c) 2004 Klarlvdalens Datakonsult AB
+ (c) 2004-2006 Klaraelvdalens Datakonsult AB
  (c) 2004 Martin Konold erfrakon <martin.konold at 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 @@
 	 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;
 	 }





More information about the commits mailing list