system_update_6013
- Versions
- 6
system_update_6013()
Rebuild cache data for theme system changes
Related topics
Code
modules/system/system.install, line 1371
<?php
function system_update_6013() {
// Rebuild system table contents.
module_rebuild_cache();
system_theme_data();
return array(array('success' => TRUE, 'query' => 'Cache rebuilt.'));
}
?>Login or register to post comments 