src/hg/hgTables/mainPage.c 1.148
1.148 2010/04/12 16:20:59 tdreszer
Full support for the new metaTbl based metadata for ENCODE tracks. Uses sandbox table if one is found.
Index: src/hg/hgTables/mainPage.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/mainPage.c,v
retrieving revision 1.147
retrieving revision 1.148
diff -b -B -U 4 -r1.147 -r1.148
--- src/hg/hgTables/mainPage.c 25 Mar 2010 17:41:25 -0000 1.147
+++ src/hg/hgTables/mainPage.c 12 Apr 2010 16:20:59 -0000 1.148
@@ -390,9 +390,9 @@
else
hPrintf(">%s\n", name->name);
}
hPrintf("</SELECT>\n");
-char *restrictDate = encodeRestrictionDateDisplay(selTdb);
+char *restrictDate = encodeRestrictionDateDisplay(database,selTdb);
if (restrictDate)
{
hPrintf("<A HREF=\'%s\' TARGET=BLANK>restricted until:</A> %s",
ENCODE_DATA_RELEASE_POLICY, restrictDate);