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.
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
Comment #1
seanrFixed, thanks. Can't believe I missed that - I guess I never scrolled down. LOL
Comment #2
(not verified) commented