From f1a044a1c3cb3e24c24ddc8727592a2ce2abe0af Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 2 Mar 2012 21:02:50 +0000 Subject: [PATCH] fixed URL --- lam/templates/3rdParty/pla/lib/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/templates/3rdParty/pla/lib/functions.php b/lam/templates/3rdParty/pla/lib/functions.php index e8683da5..d6f54615 100644 --- a/lam/templates/3rdParty/pla/lib/functions.php +++ b/lam/templates/3rdParty/pla/lib/functions.php @@ -2412,7 +2412,7 @@ function dn_unescape($dn) { */ function get_href($type,$extra_info='') { $sf = 'https://sourceforge.net'; - $pla = 'http://phpldapadmin.sourceforge.net'; + $pla = 'http://www.ldap-account-manager.org'; $group_id = '61828'; $bug_atid = '498546'; $rfe_atid = '498549';