system_update_6028

Versions
6
system_update_6028()

Add the node load cache table.

Related topics

Code

modules/system/system.install, line 2058

<?php
function system_update_6028() {
  // Removed node_load cache to discuss it more for Drupal 7.
  return array();
}
?>
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.