diff options
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 |