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:
28913c6
)
only active pages for headlines
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 9 Feb 2010 16:14:11 +0000
(16:14 +0000)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 9 Feb 2010 16:14:11 +0000
(16:14 +0000)
Toolkit/Page.php
patch
|
blob
|
history
diff --git
a/Toolkit/Page.php
b/Toolkit/Page.php
index
0b73ee8
..
ce859fd
100755
(executable)
--- a/
Toolkit/Page.php
+++ b/
Toolkit/Page.php
@@
-501,6
+501,7
@@
class Toolkit_Page
SELECT id,intro,feature_intro,description,image
FROM bus_category
WHERE featured = 't'
+ AND active = 't'
ORDER BY parent,pos;";
$res = $dbh->query($sql);
$rowNumber = $colNumber = 1;