[support] cached content even if in !$may_cache section (drupal 5)

Ivan Sergio Borgonovo mail at webthatworks.it
Fri Apr 17 20:09:40 UTC 2009


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?

thanks

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it



More information about the support mailing list