Difference between revisions of "Issuepedia:Code/lib/links"

From Issuepedia
Jump to navigation Jump to search
m (removing ShowTopic limit altogether)
m (setting limit back to 20 for now)
Line 74: Line 74:
 
   <let name=sqlWhere append copy=topic />
 
   <let name=sqlWhere append copy=topic />
 
   <let name=sqlWhere append>')</let>
 
   <let name=sqlWhere append>')</let>
   <for table="qryW3_Titles_Catgs" where=$sqlWhere sort="page_title DESC" name=pg empty="no items yet" hide>
+
   <for table="qryW3_Titles_Catgs" where=$sqlWhere sort="page_title DESC" name=pg empty="no items yet" limit=20 hide>
 
     <let name=pg_title val="@row.pg.page_title" />
 
     <let name=pg_title val="@row.pg.page_title" />
 
     <let name=idx inc />
 
     <let name=idx inc />

Revision as of 01:19, 4 October 2008