You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/02/15 15:56:16 UTC

[whimsy.git] [1/1] Commit c071e8e: Rename timestamps for consistency

Commit c071e8e3fda07475e2da737db170720a44e9fe7d:
    Rename timestamps for consistency


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
www/roster/public_ldap_people.rb                             | ++ --
------------------------------------------------------------
4 changes: 2 additions, 2 deletions.
------------------------------------------------------------


diff --git a/www/roster/public_ldap_people.rb b/www/roster/public_ldap_people.rb
index 480b006..f333a3b 100644
--- a/www/roster/public_ldap_people.rb
+++ b/www/roster/public_ldap_people.rb
@@ -57,8 +57,8 @@ def makeEntry(hash, e)
 end
 
 info = {
-  lastcreateTimestamp: lastcreateTimestamp,
-  lastmodifyTimestamp: lastmodifyTimestamp,
+  lastCreateTimestamp: lastcreateTimestamp,
+  lastTimestamp: lastmodifyTimestamp, # other public json files use this name
   people: peo,
 }