function system_update_6050
Clear any menu router blobs stored in the cache table.
Related topics
Archivo
- drupal-6.x/
modules/ system/ system.install, line 2635
Código
function system_update_6050() {
$ret = array();
cache_clear_all('router:', 'cache_menu', TRUE);
return $ret;
}