Author: sevein
Date: Thu Aug 16 17:07:49 2012
New Revision: 12126

Log:
Leave id and updated tags temporary empty

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
  Thu Aug 16 17:03:13 2012        (r12125)
+++ 
trunk/plugins/qtSwordPlugin/modules/qtSwordPlugin/templates/depositSuccess.xml.php
  Thu Aug 16 17:07:49 2012        (r12126)
@@ -6,8 +6,8 @@
   <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.' / ' . 
$informationObject->updatedAt->format('c') ?></id>
+  <updated><?php // echo $informationObject->updatedAt->format('c') 
?></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.

Reply via email to