[svn r13278] prevent any '1er janvier 1970' in the last connection date in LP

skala
Julian Prud'homme 18 years ago
parent d12a481cae
commit 127c999895
  1. 2
      main/mySpace/myStudents.php

@ -581,7 +581,7 @@ if(!empty($_GET['student']))
<?php echo $progress ?>
</td>
<td align="center">
<?php if($start_time!='') echo format_locale_date(get_lang('DateFormatLongWithoutDay'),$start_time); else echo '-'; ?>
<?php if($start_time!='' && $start_time>0) echo format_locale_date(get_lang('DateFormatLongWithoutDay'),$start_time); else echo '-'; ?>
</td>
<td align="center">
<?php

Loading…
Cancel
Save