Changing language variable to put a better description for expiration date specific to works -refs BT#14232

pull/2543/head
Nicolas Ducoulombier 8 years ago
parent c2becb1976
commit 6050ef097a
  1. 2
      main/work/work.lib.php

@ -5347,7 +5347,7 @@ function exportAllStudentWorkFromPublication(
$expiresOn = null; $expiresOn = null;
if (!empty($assignment) && isset($assignment['expires_on'])) { if (!empty($assignment) && isset($assignment['expires_on'])) {
$content .= '<br /><strong>'.get_lang('ExpirationDate').'</strong>: '.api_get_local_time($assignment['expires_on']); $content .= '<br /><strong>'.get_lang('PostedExpirationDate').'</strong>: '.api_get_local_time($assignment['expires_on']);
$expiresOn = api_get_local_time($assignment['expires_on']); $expiresOn = api_get_local_time($assignment['expires_on']);
} }

Loading…
Cancel
Save