Author: fortim
Date: Sat Sep 26 21:52:36 2009
New Revision: 3547
Log:
Removed hardcoded date in OAI Identify response and using real date
Modified:
trunk/apps/qubit/modules/oai/templates/_identify.xml.php
Modified: trunk/apps/qubit/modules/oai/templates/_identify.xml.php
==============================================================================
--- trunk/apps/qubit/modules/oai/templates/_identify.xml.php Sat Sep 26
21:38:22 2009 (r3546)
+++ trunk/apps/qubit/modules/oai/templates/_identify.xml.php Sat Sep 26
21:52:36 2009 (r3547)
@@ -8,7 +8,7 @@
}
?>
- <earliestDatestamp>2004-08-10T14:25:38Z</earliestDatestamp>
+ <earliestDatestamp><?php echo $earliestDatestamp ?></earliestDatestamp>
<deletedRecord><?php echo $deletedRecord ?></deletedRecord>
<granularity><?php echo $granularity ?></granularity>
<compression><?php echo $compression?></compression>
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---