|
@@ -819,8 +819,7 @@ function zimbraSingleUpdateQuota($params) {
|
|
|
->join('tblhostingconfigoptions', 'tblproductconfigoptions.id', '=', 'tblhostingconfigoptions.configid')
|
|
->join('tblhostingconfigoptions', 'tblproductconfigoptions.id', '=', 'tblhostingconfigoptions.configid')
|
|
|
->where('tblhostingconfigoptions.relid', '=', $params['serviceid'])
|
|
->where('tblhostingconfigoptions.relid', '=', $params['serviceid'])
|
|
|
->where('tblproductconfigoptions.optionname', 'like', 'addonQuota%')
|
|
->where('tblproductconfigoptions.optionname', 'like', 'addonQuota%')
|
|
|
- ->select('tblhostingconfigoptions.id')
|
|
|
|
|
- ->select('tblproductconfigoptions.qtymaximum')
|
|
|
|
|
|
|
+ ->select('tblhostingconfigoptions.id', 'tblproductconfigoptions.qtymaximum')
|
|
|
->get();
|
|
->get();
|
|
|
logModuleCall(
|
|
logModuleCall(
|
|
|
'zimbrasingle',
|
|
'zimbrasingle',
|