From a6c2151c8ce8db43f804c8ca040fa8fbcd8657d4 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 15 Jan 2011 18:10:55 +0000 Subject: [PATCH] show abstract DN in PDF selection --- lam/lib/lists.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 578e08cd..eb684977 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -3,7 +3,7 @@ $Id$ 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 it under the terms of the GNU General Public License as published by @@ -632,7 +632,7 @@ class lamList { } else { $radioOptions = array( - base64_decode($id) => 'DN', + getAbstractDN(base64_decode($id)) => 'DN', sprintf(_('All selected accounts (%s)'), sizeof($selAccounts)) => 'SELECTED', sprintf(_('All accounts (%s)'), sizeof($this->entries)) => 'ALL' );