From: Steve Sutton Date: Tue, 9 Feb 2010 16:14:11 +0000 (+0000) Subject: only active pages for headlines X-Git-Tag: v1.0.0~94 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=593846d217734e70786d5bfad1bd1497d376421d;p=web%2FTroutCreek.git only active pages for headlines --- diff --git a/Toolkit/Page.php b/Toolkit/Page.php index 0b73ee8..ce859fd 100755 --- 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;