Author: sevein
Date: Tue Aug 21 10:48:29 2012
New Revision: 12151
Log:
Revert changes in the deposit template since the filters issue (#2415) is fixed
now
Modified:
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/depositSuccess.xml.php
Modified:
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/depositSuccess.xml.php
==============================================================================
---
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/depositSuccess.xml.php
Tue Aug 21 00:02:43 2012 (r12150)
+++
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/depositSuccess.xml.php
Tue Aug 21 10:48:29 2012 (r12151)
@@ -5,9 +5,9 @@
<title><?php echo render_title($informationObject, false) ?></title>
- <?php // format_date($informationObject->updatedAt, 'f') - see issue 2415 ?>
- <id><?php // echo $informationObject->id.' / ' .
$informationObject->updatedAt->format('c') ?></id>
- <updated><?php // echo $informationObject->updatedAt->format('c')
?></updated>
+ <id><?php echo $informationObject->id.' / ' .
format_date($informationObject->createdAt, 's') ?></id>
+
+ <updated><?php echo format_date($informationObject->createdAt, 's')
?></updated>
<author>
<name><?php echo $user->user ?></name>
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.