The code:
code:
// Setup the postrow array
$postrow[$z]['color'] = $color;
$postrow[$z]['indentsize'] = $indentsize;
$postrow[$z]['folder'] = $folder;
appears around line 133. It's very similar to the code you said to find -- the only difference is [:"red"]$indentsize;[/] instead of [:"red"]"0"[/]. I may have easily made the same mistake if I hadn't read this whole thread first!
Thank you!