Difference between revisions of "HypertWiki:Code/lib/data"
Jump to navigation
Jump to search
(some tidying) |
(more tidying; remove debug code) |
||
Line 243: | Line 243: | ||
<func ShowRecentBlogEntriesByTopic max topic> | <func ShowRecentBlogEntriesByTopic max topic> | ||
<let name=topic self with="_"> </let> | <let name=topic self with="_"> </let> | ||
Line 252: | Line 250: | ||
<let name=sql append>') ORDER BY page_title DESC LIMIT </let> | <let name=sql append>') ORDER BY page_title DESC LIMIT </let> | ||
<let name=sql append copy=max /> | <let name=sql append copy=max /> | ||
<for sql=$sql> | <for sql=$sql> | ||
Line 272: | Line 269: | ||
<let name=data /> | <let name=data /> | ||
</for> | </for> | ||
</func> | |||
</func> | </func> | ||