src/hg/lib/namedSessionDb.as 1.3

1.3 2010/04/29 03:40:21 markd
fixed invalid autoSql that prevented descriptions from being displayed
Index: src/hg/lib/namedSessionDb.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/namedSessionDb.as,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/lib/namedSessionDb.as	7 Oct 2008 00:26:03 -0000	1.2
+++ src/hg/lib/namedSessionDb.as	29 Apr 2010 03:40:21 -0000	1.3
@@ -4,9 +4,9 @@
     string userName;	"User name (from genomewiki)."
     string sessionName;	"Name that user assigns to this session"
     lstring contents;	"CGI string of var=val&... settings."
     byte shared;	"1 if this session may be shared with other users."
-    datetime firstUse;	"Session creation date."
-    datetime lastUse;	"Session most-recent-usage date."
+    string firstUse;	"Session creation date."
+    string lastUse;	"Session most-recent-usage date."
     int useCount;	"Number of times this session has been used."
     lstring settings;	".ra-formatted metadata"
     )