Remove acl_account_type from phpgw_acl

This commit is contained in:
jengo
2001-02-22 06:46:12 +00:00
parent df34d8c2ba
commit f9ddd1ef43
5 changed files with 34 additions and 5 deletions

View File

@ -67,7 +67,6 @@
acl_appname varchar(50),
acl_location varchar(255),
acl_account int,
acl_account_type char(1),
acl_rights int
)";
$phpgw_setup->db->query($sql);