From df144fa3e31d3e8d6f8c8e7c085833967cec4ff2 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 8 Oct 2024 08:38:03 +0200 Subject: [PATCH] lib/php/db/types/ldap.php --- lib/php/db/types/ldap.php | 1 + 1 file changed, 1 insertion(+) 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); }, ]; + ?> -- 2.47.3