system_update_6012

Versions
6
system_update_6012()

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

Related topics

Code

modules/system/system.install, line 1364

<?php
function system_update_6012() {
  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.