db->query("DROP TABLE config"); $phpgw_setup->db->query("DROP TABLE applications"); $phpgw_setup->db->query("DROP TABLE accounts"); $phpgw_setup->db->query("DROP TABLE groups"); $phpgw_setup->db->query("DROP TABLE preferences"); $phpgw_setup->db->query("DROP TABLE phpgw_sessions"); $phpgw_setup->db->query("DROP TABLE phpgw_app_sessions"); $phpgw_setup->db->query("DROP TABLE phpgw_acl"); $phpgw_setup->db->query("DROP TABLE phpgw_hooks"); $phpgw_setup->db->query("DROP TABLE phpgw_access_log"); $phpgw_setup->db->query("DROP TABLE profiles"); $phpgw_setup->db->query("DROP TABLE addressbook"); $phpgw_setup->db->query("DROP TABLE todo"); $phpgw_setup->db->query("DROP TABLE calendar_entry"); $phpgw_setup->db->query("DROP TABLE calendar_entry_repeats"); $phpgw_setup->db->query("DROP TABLE calendar_entry_user"); $phpgw_setup->db->query("DROP TABLE newsgroups"); $phpgw_setup->db->query("DROP TABLE news_msg"); $phpgw_setup->db->query("DROP TABLE lang"); $phpgw_setup->db->query("DROP TABLE languages"); $phpgw_setup->db->query("DROP TABLE customers"); $phpgw_setup->db->query("DROP TABLE phpgw_categories"); $phpgw_setup->db->query("DROP TABLE notes"); ?>