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