From 6b603da6f16591b63f809ef967554d260bd0d891 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 15 Aug 2007 16:28:01 -0400 Subject: [PATCH] LDAP improvements --- program/include/rcube_contacts.inc | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/program/include/rcube_contacts.inc b/program/include/rcube_contacts.inc index 9ba965e..f01d222 100644 --- a/program/include/rcube_contacts.inc +++ b/program/include/rcube_contacts.inc @@ -128,6 +128,13 @@ /** + * Close connection to source + * Called on script shutdown + */ + function close(){} + + + /** * List the current set of contact records * * @param array List of cols to show -- Gitblit v1.9.1