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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.