e66fc3455af36e94cb806c92f514e906dda721b5 braney Thu Dec 1 09:44:18 2011 -0800 fiddle a bit with the hg.conf variables to change hubPublc and hubStatus (#6162) diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index 55fc759..91e5739 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -304,31 +304,31 @@ if (gotAnyRows) { printf("\n"); printf(""); } return publicHash; } struct hash *hgHubConnectPublic() /* Put up the list of public hubs and other controls for the page. */ { struct hash *retHash = NULL; struct sqlConnection *conn = hConnectCentral(); char *publicTable = cfgOptionEnvDefault("HGDB_HUB_PUBLIC_TABLE", - "hubPublicTableName", defaultHubPublicTableName); + hubPublicTableConfVariable, defaultHubPublicTableName); if (!(sqlTableExists(conn, publicTable) && (retHash = outputPublicTable(conn, publicTable)) != NULL )) { printf("