system_update_6050
- Versions
- 6 – 7
system_update_6050()
Clear any menu router blobs stored in the cache table.
Related topics
Code
modules/system/system.install, line 2567
<?php
function system_update_6050() {
$ret = array();
cache_clear_all('router:', 'cache_menu', TRUE);
return $ret;
}
?>Login or register to post comments 