system_update_6012

Definition

system_update_6012()
modules/system/system.install, line 1343

Description

Add serialized field to cache tables. This is now handled directly by update.php, so this function is a no-op.

Code

<?php
function system_update_6012() {
  return array();
}
?>
 
 

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.