From 5ed73aac14b81ba8e8538e0e25b138ec743d804c Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 4 Apr 2001 01:50:28 +0000 Subject: [PATCH] Drop old addressbook table --- setup/sql/mysql_droptables.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/sql/mysql_droptables.inc.php b/setup/sql/mysql_droptables.inc.php index 9e9ab04c04..64ae55fb2b 100644 --- a/setup/sql/mysql_droptables.inc.php +++ b/setup/sql/mysql_droptables.inc.php @@ -24,7 +24,6 @@ $phpgw_setup->db->query("DROP TABLE profiles"); $phpgw_setup->db->query("DROP TABLE phpgw_addressbook"); $phpgw_setup->db->query("DROP TABLE phpgw_addressbook_extra"); - $phpgw_setup->db->query("DROP TABLE todo"); $phpgw_setup->db->query("DROP TABLE phpgw_todo"); $phpgw_setup->db->query("DROP TABLE calendar_entry"); $phpgw_setup->db->query("DROP TABLE calendar_entry_repeats"); @@ -45,4 +44,6 @@ $phpgw_setup->db->query("DROP TABLE groups"); $phpgw_setup->db->query("DROP TABLE accounts"); $phpgw_setup->db->query("DROP TABLE preferences"); + $phpgw_setup->db->query("DROP TABLE addressbook"); + $phpgw_setup->db->query("DROP TABLE todo"); ?>