So the WP codex says to query posts from different categories i use this:
query_posts('cat=2,6,17,38');
I am doing that in this (http://pastebin.com/69WTBi8Q) script to display rss feed from various categories, but it's only showing the first category in the string. http://dev.liquor.com/custom-rss-feed/
why?