alecpl
2010-04-26 495c0e512ceb8906dd72b2887ecd11f3e1282b7c
- fix rcube_addressbook inheritance


1 files modified
4 ■■■ changed files
program/include/rcube_contacts.php 4 ●●● patch | view | raw | blame | history
program/include/rcube_contacts.php
@@ -27,8 +27,10 @@
 */
class rcube_contacts extends rcube_addressbook
{
    // protected for backward compat. with some plugins
    // maybe changed in the future
    protected $db_name = '';
    private $db = null;
    private $db_name = '';
    private $user_id = 0;
    private $filter = null;
    private $result = null;