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 