- fix rcube_addressbook inheritance

release-0.6
alecpl 14 years ago
parent 63bff1dd31
commit 495c0e512c

@ -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;

Loading…
Cancel
Save