Skip to content

Commit

Permalink
Merge branch 'inscricoes'
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorojas committed Nov 22, 2017
2 parents f688fb5 + 153d7cb commit b5d676f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/funcoes.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ function date_validation( $valid, $value, $field, $input ){
if(strtotime($value) > strtotime(date("Ymd") )){
return 'Por favor escolha uma data no passado.';
}
elseif (strtotime($value) > strtotime('19991222' ) || strtotime($value) < strtotime('19901222' )){
elseif (strtotime($value) > strtotime('19991223' ) || strtotime($value) < strtotime('19891223' )){

return 'A inscrição é valida para jovens artistas de 18 a 27 anos.';
}
Expand Down

0 comments on commit b5d676f

Please sign in to comment.