diff options
author | thomascube <thomas@roundcube.net> | 2011-01-23 17:02:06 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-23 17:02:06 +0000 |
commit | 06670e4efae4b12b5dea5e0150cfed98dffbebb7 (patch) | |
tree | d66211b6e746c897a459ea05370d8184a816c68c /program/include | |
parent | 03d772e80d9cc059eed12a24cd9e9a3dc850068a (diff) |
Define required publich member
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcube_addressbook.php | 1 |
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)); |