diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-23 17:02:06 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-23 17:02:06 +0000 |
| commit | c04ba6745bd53e4ca0de27c5c124921fd70e1d52 (patch) | |
| tree | 7ef91d8941dce9b7328277a6623db6c90dec7f76 /roundcubemail/program | |
| parent | e4ab1c2668e4e6fe3bee83c791cf26578a027233 (diff) | |
Define required publich member
git-svn-id: https://svn.roundcube.net/trunk@4453 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/include/rcube_addressbook.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/include/rcube_addressbook.php b/roundcubemail/program/include/rcube_addressbook.php index b9a31cc74..c3c8e9271 100644 --- a/roundcubemail/program/include/rcube_addressbook.php +++ b/roundcubemail/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)); |
