Skip to content

Commit d4d985e

Browse files
committed
Data records are now assigned to the correct client group if they were created by the administrator.
1 parent c2d9267 commit d4d985e

23 files changed

+1772
-1658
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ CREATE TABLE `mail_user` (
444444
`quota` int(11) NOT NULL default '0',
445445
`homedir` varchar(255) NOT NULL,
446446
`autoresponder` enum('n','y') NOT NULL default 'n',
447-
`autoresponder_text` tinytext NOT NULL,
447+
`autoresponder_text` tinytext NULL,
448448
`custom_mailfilter` text,
449449
`postfix` enum('y','n') NOT NULL,
450450
`access` enum('y','n') NOT NULL,

interface/lib/classes/tform.inc.php

Lines changed: 1082 additions & 1072 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)