require_once('plugins/MonthlyQuota.class.php');
$quota = new MonthlyQuota();
$month_quota_minutes = $quota->get($selected_date->mYear, $selected_date->mMonth);
require_once('plugins/MonthlyQuota.class.php');
$quota = new MonthlyQuota();
$month_quota_minutes = $quota->get($selected_date->mYear, $selected_date->mMonth);