src/hg/instinct/webUserAdmin/webUserAdmin.c 1.10
1.10 2009/09/09 20:32:40 fanhsu
Connect to membership DB in localDb.
Index: src/hg/instinct/webUserAdmin/webUserAdmin.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/webUserAdmin/webUserAdmin.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -B -U 4 -r1.9 -r1.10
--- src/hg/instinct/webUserAdmin/webUserAdmin.c 28 Aug 2009 20:41:39 -0000 1.9
+++ src/hg/instinct/webUserAdmin/webUserAdmin.c 9 Sep 2009 20:32:40 -0000 1.10
@@ -1090,9 +1090,10 @@
/* Write the middle parts of the HTML page.
* This routine sets up some globals and then
* dispatches to the appropriate page-maker. */
{
-struct sqlConnection *conn = hAllocConn("membership");
+struct sqlConnection *conn = hAllocConnProfile("localDb", "membership");
+
cart = theCart;
if (cartVarExists(cart, "debug"))
debugShowAllMembers(conn);
else if (cartVarExists(cart, "update"))