| 7 image.install | image_update_7003() |
Remove the variables that set alt and title length since they were not used for database column size and could cause PDO exceptions.
File
- modules/
image/ image.install, line 404 - Install, update and uninstall functions for the image module.
Code
function image_update_7003() {
variable_del('image_alt_length');
variable_del('image_title_length');
}
Login or register to post comments