This commit is contained in:
pero1203 2021-02-12 09:30:41 +01:00
commit e2c9892d29
2 changed files with 2 additions and 2 deletions

View File

@ -9896,7 +9896,7 @@ class SurveyInvitationsNew {
echo '<span class="bold">'.$lang['srv_email_setting_select_server'].'</span>&nbsp;';
// AAI ima Arnesov smtp
if(true || $aai_instalacija){
if($aai_instalacija){
echo '<label><input type="radio" name="SMTPMailMode" value="0" '.($MA->is1KA() ? 'checked ="checked" ' : '').' onclick="smtpAAIPopupShow();">';
echo $lang['srv_email_setting_adapter0_aai']. ' </label>';
}

View File

@ -60,7 +60,7 @@ class SurveyTeamMeter{
// DANSCINA
if(isset($_GET['lang_id']) && $_GET['lang_id'] == '29'){
$this->execute_params['script_name'] = 'Evoli_quality_clime_dan.R';
$this->execute_params['pdf_name'] = 'Quality-climate-dan';
$this->execute_params['pdf_name'] = 'Kvalitetsklima.pdf';
}
// SLOVENSCINA
elseif(isset($_GET['lang_id']) && $_GET['lang_id'] == '1'){