From fcaa4d8db6872a7790317a3b59ac7a26e9b46a01 Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 6 Jul 2009 13:08:04 +1000 Subject: [PATCH] Fix server_id used in URL --- lib/ds_ldap_pla.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ds_ldap_pla.php b/lib/ds_ldap_pla.php index 5f3a819..59f5b11 100644 --- a/lib/ds_ldap_pla.php +++ b/lib/ds_ldap_pla.php @@ -683,7 +683,7 @@ class ldap_pla extends ldap { foreach ($results as $values) # If one of the attributes is owned to somebody else, then we may as well die here. if ($values['dn'] != $dn) { - $href = sprintf('cmd.php?cmd=query_engine&server=%s&filter=%s&scope=sub&query=none&format=list',$this->index,$query['filter']); + $href = sprintf('cmd.php?cmd=query_engine&server_id=%s&filter=%s&scope=sub&query=none&format=list',$this->index,$query['filter']); system_message(array( 'title'=>_('Attribute value would not be unique'),