diff options
author | thomascube <thomas@roundcube.net> | 2007-08-15 20:28:01 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-08-15 20:28:01 +0000 |
commit | 6b603da6f16591b63f809ef967554d260bd0d891 (patch) | |
tree | b941a1e65acd1f9b49e5a34ea277c4b6a388d765 /program/include/rcube_contacts.inc | |
parent | 88f66ec89cf87328536757ac33e508a9614bdc09 (diff) |
LDAP improvements
Diffstat (limited to 'program/include/rcube_contacts.inc')
-rw-r--r-- | 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 9ba965e2f..f01d22279 100644 --- a/program/include/rcube_contacts.inc +++ b/program/include/rcube_contacts.inc @@ -128,6 +128,13 @@ class rcube_contacts /** + * Close connection to source + * Called on script shutdown + */ + function close(){} + + + /** * List the current set of contact records * * @param array List of cols to show |