mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
Remove trailing comma
This commit is contained in:
parent
9a6482d86b
commit
2203e3deac
@ -69,7 +69,7 @@
|
|||||||
d_email_work enum('y','n') DEFAULT 'n' NOT NULL,
|
d_email_work enum('y','n') DEFAULT 'n' NOT NULL,
|
||||||
d_email_home enum('y','n') DEFAULT 'n' NOT NULL,
|
d_email_home enum('y','n') DEFAULT 'n' NOT NULL,
|
||||||
PRIMARY KEY (id),
|
PRIMARY KEY (id),
|
||||||
UNIQUE id (id),
|
UNIQUE id (id)
|
||||||
)";
|
)";
|
||||||
|
|
||||||
$db->query($sql);
|
$db->query($sql);
|
||||||
|
Loading…
Reference in New Issue
Block a user