Skip to content

Commit

Permalink
Merge pull request #269 from omatosan/domains-patch
Browse files Browse the repository at this point in the history
Domains table name patch
  • Loading branch information
rimas-kudelis committed Sep 30, 2020
2 parents 78dd2d8 + 2a9479d commit 9806be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vexim/adminuseraddsubmit.php
Expand Up @@ -6,7 +6,7 @@

# enforce limit on the maximum number of user accounts in the domain
$query = "SELECT (count(users.user_id) < domains.max_accounts)
OR (domains.max_accounts=0) AS allowed FROM users,domain
OR (domains.max_accounts=0) AS allowed FROM users,domains
WHERE users.domain_id=domains.domain_id
AND domains.domain_id=:domain_id
AND (users.type='local' OR users.type='piped')
Expand Down

0 comments on commit 9806be4

Please sign in to comment.