name = 'Google Contacts'; $rcmail = rcmail::get_instance(); parent::__construct($dbconn, $user); $this->db_name = get_table_name('google_contacts'); $this->ready = true; } public function get_name() { return $this->name; } } ?>