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 1541
<?php
function system_update_6050() {
cache_clear_all('router:', 'cache_menu', TRUE);
}
?>Login or register to post comments 