85a7688f63357ea593b2d93fb5b9ccefb215f3a3
max
  Wed Jan 27 10:53:36 2016 -0800
renaming malacards.c to malaCards.c by email from Jim. Also changing the
comments but not the table name, as it has already been pushed to the RR. no redmine.

diff --git src/hg/hgGene/hgGene.c src/hg/hgGene/hgGene.c
index a3d4b96..96ff91a 100644
--- src/hg/hgGene/hgGene.c
+++ src/hg/hgGene/hgGene.c
@@ -384,31 +384,31 @@
 char *ajaxSection = cartOptionalString(cart, hggAjaxSection);
 if (ajaxSection != NULL)
     {
     // Currently only one section supports ajax update.
     if (sameString(ajaxSection,HGG_GENE_ALLELES))
         {
         addGoodSection(allelesSection(conn, sectionRa), conn, &sectionList);
         return sectionList;
         }
     }
 
 addGoodSection(linksSection(conn, sectionRa), conn, &sectionList);
 /* disable ortherOrg section for CGB servers for the time being */
 if (!hIsCgbServer()) addGoodSection(otherOrgsSection(conn, sectionRa), conn, &sectionList);
 addGoodSection(gadSection(conn, sectionRa), conn, &sectionList);
-addGoodSection(malacardsSection(conn, sectionRa), conn, &sectionList);
+addGoodSection(malaCardsSection(conn, sectionRa), conn, &sectionList);
     addGoodSection(ctdSection(conn, sectionRa), conn, &sectionList);
 /*if (isRgdGene(conn))
     {
     addGoodSection(ctdRgdGene2Section(conn, sectionRa), conn, &sectionList);
     }
 else
     {
     addGoodSection(ctdSection(conn, sectionRa), conn, &sectionList);
     }
 */
 addGoodSection(rgdGeneRawSection(conn, sectionRa), conn, &sectionList);
 
 //addGoodSection(microarraySection(conn, sectionRa), conn, &sectionList);
 /* temporarily disable microarray section for Zebrafish, until a bug is fixed */
 if (strstr(database, "danRer") == NULL)