src/hg/hgTables/custom.c 1.43
1.43 2010/03/25 17:41:25 angie
Use hAllocConnTrack instead of sqlConnect or hAllocConn to support profiles in hg.conf.
Index: src/hg/hgTables/custom.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/custom.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -b -B -U 4 -r1.42 -r1.43
--- src/hg/hgTables/custom.c 5 Jun 2009 21:59:00 -0000 1.42
+++ src/hg/hgTables/custom.c 25 Mar 2010 17:41:25 -0000 1.43
@@ -580,8 +580,8 @@
getCustomTracks();
if (theCtList)
removeNamedCustom(&theCtList, curTable);
customTracksSaveCart(database, cart, theCtList);
-initGroupsTracksTables(conn);
+initGroupsTracksTables();
doMainPage(conn);
}