function __construct($dbconn, $user)
 {
     parent::__construct($dbconn, $user);
     $this->user_id = $user;
     $this->db = $dbconn;
     $this->name = 'Google Addressbook';
     $this->readonly = true;
     $this->groups = false;
     $this->undelete = false;
     $this->db_name = get_table_name('contacts_google');
 }
 function __construct($dbconn, $user)
 {
     parent::__construct($dbconn, $user);
     $this->db_name = get_table_name('collected_contacts');
 }