Forum OpenACS Q&A: fixes for bugs in news

Collapse
Posted by Deds Castillo on
In news-procs.tcl, change

set url_stub [news_util_get_url news]

to

set url_stub [news_util_get_url $package_id]

and in the corresponding xql file, there's a typo in one line (missing d).  line should read:

select package_id

instead of

select package_i