From: Nicolas Boisselier Date: Tue, 8 Oct 2024 06:38:03 +0000 (+0200) Subject: lib/php/db/types/ldap.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=df144fa3e31d3e8d6f8c8e7c085833967cec4ff2;p=nb.git lib/php/db/types/ldap.php --- diff --git a/lib/php/db/types/ldap.php b/lib/php/db/types/ldap.php index 9e11c8a0..aefb016f 100644 --- a/lib/php/db/types/ldap.php +++ b/lib/php/db/types/ldap.php @@ -101,4 +101,5 @@ $DB_TYPES['ldap'] = [ return (int)$LDAP_CONN->update($dn,$values); }, ]; + ?>