summaryrefslogtreecommitdiff
path: root/program/include/rcube_addressbook.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-01-23 17:02:06 +0000
committerthomascube <thomas@roundcube.net>2011-01-23 17:02:06 +0000
commit06670e4efae4b12b5dea5e0150cfed98dffbebb7 (patch)
treed66211b6e746c897a459ea05370d8184a816c68c /program/include/rcube_addressbook.php
parent03d772e80d9cc059eed12a24cd9e9a3dc850068a (diff)
Define required publich member
Diffstat (limited to 'program/include/rcube_addressbook.php')
-rw-r--r--program/include/rcube_addressbook.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/include/rcube_addressbook.php b/program/include/rcube_addressbook.php
index b9a31cc74..c3c8e9271 100644
--- a/program/include/rcube_addressbook.php
+++ b/program/include/rcube_addressbook.php
@@ -38,6 +38,7 @@ abstract class rcube_addressbook
public $groups = false;
public $readonly = true;
public $ready = false;
+ public $group_id = null;
public $list_page = 1;
public $page_size = 10;
public $coltypes = array('name' => array('limit'=>1), 'firstname' => array('limit'=>1), 'surname' => array('limit'=>1), 'email' => array('limit'=>1));