Fix version

This commit is contained in:
Laurent Destailleur 2018-07-10 13:54:20 +02:00
parent cbc17d4658
commit a55abb4da7

View File

@ -2021,7 +2021,7 @@ function dol_mktime($hour,$minute,$second,$month,$day,$year,$gm=false,$check=1)
} }
else else
{ {
dol_print_error('','PHP version must be 5.3+'); dol_print_error('','PHP version must be 5.4+');
return ''; return '';
} }
} }