I read that we should not use die() or exit() without calling module_invoke_all('exit');

you can see it at
drupal_goto() http://api.drupal.org/api/5/function/drupal_goto
views does this, too
http://drupal.org/node/97497

CommentFileSizeAuthor
#1 pdfview.image__2.patch619 bytesTobias Maier

Comments

Tobias Maier’s picture

Status: Active » Needs review
StatusFileSize
new619 bytes

and here comes the patch

Egon Bianchet’s picture

Status: Needs review » Fixed

Committed to HEAD, DRUPAL-5 and DRUPAL-4-7, thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)