mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +01:00
Add missing comma to addrbk table def
This commit is contained in:
parent
a3d5ed3924
commit
95362c2b75
@ -160,7 +160,7 @@
|
||||
d_emailtype enum('INTERNET','CompuServe','AOL','Prodigy','eWorld','AppleLink','AppleTalk','PowerShare','IBMMail','ATTMail','MCIMail','X.400','TLX') NOT NULL,
|
||||
d_email varchar(64),
|
||||
d_email_work char(1) DEFAULT 'n' NOT NULL,
|
||||
d_email_home char(1) DEFAULT 'n' NOT NULL
|
||||
d_email_home char(1) DEFAULT 'n' NOT NULL,
|
||||
UNIQUE (id)
|
||||
)";
|
||||
$phpgw_setup->db->query($sql);
|
||||
|
Loading…
Reference in New Issue
Block a user