- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
else { $next_update_check = $today->add(new DateInterval('P1D')); Yii::app()->session['next_update_check'] = $next_update_check; }
else { $next_update_check = $today->add(new DateInterval('P1D')); Yii::app()->session['next_update_check'] = $next_update_check; Yii::app()->session['update_result'] = false; }