system_update_6028
Definition
system_update_6028()
modules/system/system.install, line 2211
Description
Add the node load cache table.
Code
<?php
function system_update_6028() {
// Removed node_load cache to discuss it more for Drupal 7.
return array();
}
?> 