projects
/
web
/
TroutCreek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e69bffa
)
need home page link in main nav
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 8 Feb 2010 19:59:59 +0000
(19:59 +0000)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 8 Feb 2010 19:59:59 +0000
(19:59 +0000)
classes/class_template.inc
patch
|
blob
|
history
diff --git
a/classes/class_template.inc
b/classes/class_template.inc
index
a2a4d4f
..
d305168
100644
(file)
--- a/
classes/class_template.inc
+++ b/
classes/class_template.inc
@@
-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 ) ){