In forward_tracking(), the line print theme("page", $output); appears twice (causing double output).
For 4,7 the code can be simplied by removing both of the print statements and adding as the last line in the function return $output.

Comments

seanr’s picture

Status: Active » Fixed

Fixed, thanks. Can't believe I missed that - I guess I never scrolled down. LOL

Anonymous’s picture

Status: Fixed » Closed (fixed)