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();
}
?> 