vote up 0 vote down star

I would like to have the choice in a variable_load function (as used to load variables from menu arguments) to circumvent the remainder of the page rendering process and give the user a "page not found."

I could use a drupal_goto() but I would prefer not to redirect the user and change the url in their browser.

Is this possible?

flag

1 Answer

vote up 4 vote down check

you could use drupal_not_found() to bring up the "page not found" message without altering the URL.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.