summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_result_set.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-21 11:17:46 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-21 11:17:46 +0000
commit62269b71135bd7dca7c6adf7618609afed561ba8 (patch)
tree7391d8a8abb49ebad812a7893156973d2a55df42 /roundcubemail/program/include/rcube_result_set.php
parentdff43bfebb3ba1b3cd07ef6819fbf52d2bcc5411 (diff)
Add option 'searchonly' for address books; currently used by LDAP directories
git-svn-id: https://svn.roundcube.net/trunk@5258 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_result_set.php')
-rw-r--r--roundcubemail/program/include/rcube_result_set.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_result_set.php b/roundcubemail/program/include/rcube_result_set.php
index 10361609f..db52fc55b 100644
--- a/roundcubemail/program/include/rcube_result_set.php
+++ b/roundcubemail/program/include/rcube_result_set.php
@@ -5,7 +5,7 @@
| program/include/rcube_result_set.php |
| |
| This file is part of the Roundcube Webmail client |
- | Copyright (C) 2006-2010, The Roundcube Dev Team |
+ | Copyright (C) 2006-2011, The Roundcube Dev Team |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
@@ -31,6 +31,7 @@ class rcube_result_set
var $count = 0;
var $first = 0;
var $current = 0;
+ var $searchonly = false;
var $records = array();