Quoting Ivan Sergio Borgonovo mail@webthatworks.it:
I've a
if(!$may_cache) { $item[] = array( 'path' => 'some/path', 'callback' => 'somefunction', ); }
function somefunction() { $result=db_query("..."); ... $output.=$somedynamicstuff; return $output; }
but the result get cached anyway.
Cache is set to normal.
What could it be?
Could the problem be your assumption that the $may_cache in the hook_menu affects the form? Or am I missing your question?
-- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/