show abstract DN in PDF selection

This commit is contained in:
Roland Gruber 2011-01-15 18:10:55 +00:00
parent 8ea4ac4f76
commit a6c2151c8c
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
$Id$ $Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2003 - 2010 Roland Gruber Copyright (C) 2003 - 2011 Roland Gruber
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -632,7 +632,7 @@ class lamList {
} }
else { else {
$radioOptions = array( $radioOptions = array(
base64_decode($id) => 'DN', getAbstractDN(base64_decode($id)) => 'DN',
sprintf(_('All selected accounts (%s)'), sizeof($selAccounts)) => 'SELECTED', sprintf(_('All selected accounts (%s)'), sizeof($selAccounts)) => 'SELECTED',
sprintf(_('All accounts (%s)'), sizeof($this->entries)) => 'ALL' sprintf(_('All accounts (%s)'), sizeof($this->entries)) => 'ALL'
); );