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

From Issuepedia
Jump to navigation Jump to search
(→‎ShowTopic(topic,max): trace what's happening to data[])
(→‎ShowTopic(topic,max): something is clearing data[] -- remove the only suspect)
Line 163: Line 163:
 
<let name=links.rtn append copy=pg_title />
 
<let name=links.rtn append copy=pg_title />
 
<let name=links.rtn append>]] </let>
 
<let name=links.rtn append>]] </let>
<dump trace>
 
 
     <let name=data load array page=$pg_title />
 
     <let name=data load array page=$pg_title />
<let name=links.rtn append copy=data[Title] />
 
</dump>
 
 
   </for>
 
   </for>
 
</func>
 
</func>

Revision as of 11:53, 20 September 2011

GetBrief()


> function getbrief() <= ()

ShowRecent()


> function showrecent() <= ()

ShowTopic_old(iTopic,iMax)


> function showtopic_old() <= ()

ShowTopic(topic,max)


> function showtopic() <= ()
> function showtopic2() <= ()