From 422c9772522173b09a11de0481c68df5c05dc3ff Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Thu, 26 Feb 2009 19:33:22 -0500 Subject: Changed name of the time stamp attrribute. --- collection/elapi_collection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collection') diff --git a/collection/elapi_collection.h b/collection/elapi_collection.h index 1451484..49a7049 100644 --- a/collection/elapi_collection.h +++ b/collection/elapi_collection.h @@ -56,7 +56,7 @@ #define ELAPI_TRAVERSE_IGNORE 0x00000004 /* Ignore sub collections at all as if there are none */ /* Time stamp property name */ -#define TS_NAME "timestamp" +#define TS_NAME "stamp" /* Time property name */ #define T_NAME "time" -- cgit