Merge remote-tracking branch 'origin/0.9.31.2'
This commit is contained in:
@@ -197,7 +197,11 @@ if ($page == 'customers'
|
||||
WHERE `customerid` = :id" .
|
||||
($userinfo['customers_see_all'] ? '' : " AND `adminid` = :adminid")
|
||||
);
|
||||
$result = Database::pexecute_first($result_stmt, array('id' => $id, 'adminid' => $userinfo['adminid']));
|
||||
$result_data = array('id' => $id);
|
||||
if ($userinfo['customers_see_all'] == '0') {
|
||||
$result_data['adminid'] = $userinfo['adminid'];
|
||||
}
|
||||
$result = Database::pexecute_first($result_stmt, $result_data);
|
||||
|
||||
if ($result['loginname'] != '') {
|
||||
|
||||
|
||||
@@ -2574,8 +2574,14 @@ if (isFroxlorVersion('0.9.31')) {
|
||||
}
|
||||
|
||||
if (isFroxlorVersion('0.9.31.1')) {
|
||||
showUpdateStep("Updating from 0.9.31.1 to 0.9.31.2 final", true);
|
||||
lastStepStatus(0);
|
||||
updateToVersion('0.9.31.2');
|
||||
}
|
||||
|
||||
showUpdateStep("Updating from 0.9.31.1 to 0.9.32-dev1");
|
||||
if (isFroxlorVersion('0.9.31.2')) {
|
||||
|
||||
showUpdateStep("Updating from 0.9.31.2 to 0.9.32-dev1");
|
||||
lastStepStatus(0);
|
||||
|
||||
showUpdateStep("Removing APS-module (deprecated)");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#protocols = imap pop3 <SSLPROTOCOLS>
|
||||
protocols = imap pop3 <SSLPROTOCOLS>
|
||||
listen = *
|
||||
mail_access_groups = vmail
|
||||
mail_debug = no
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# Address to use when sending rejection mails.
|
||||
# Default is postmaster@<your domain>.
|
||||
#postmaster_address = postmaster@<SERVERNAME>
|
||||
postmaster_address = postmaster@<SERVERNAME>
|
||||
|
||||
# Hostname to use in various parts of sent mails, eg. in Message-Id.
|
||||
# Default is the system's real hostname.
|
||||
|
||||
Reference in New Issue
Block a user