Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
SAK-21071 merge r97877 and r97889 from trunk; modifies metadata.vm to…
Browse files Browse the repository at this point in the history
… handle MOD_DATE display

git-svn-id: https://source.sakaiproject.org/svn/announcement/branches/sakai-2.8.x@97890 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
ottenhoff@longsight.com committed Sep 7, 2011
1 parent 05973b2 commit 738422d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@

<tr>
<th>$tlang.getString("gen.mod")</th>
<td>$modDate.toStringLocalFull()</td>
<td>
#if ($modDate)
$modDate.toStringLocalFull()
#else
$message.Header.Date.toStringLocalFull()
#end
</td>
</tr>

<tr>
Expand Down

0 comments on commit 738422d

Please sign in to comment.