need home page link in main nav
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 8 Feb 2010 19:59:59 +0000 (19:59 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 8 Feb 2010 19:59:59 +0000 (19:59 +0000)
classes/class_template.inc

index a2a4d4f..d305168 100644 (file)
@@ -1004,7 +1004,6 @@ class GLM_TEMPLATE
                $query = "select id,category
                        from bus_category
                        where parent = 0
-                       and id not in (".HOME_ID.",".MEMBERS_CATEGORY.")
                        and active = 't'
                        order by pos";
                if ($data = $this->DB->pgsql_select( $query ) ){