function 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.
Related topics
File
-
modules/
image/ image.install, line 417
Code
function image_update_7003() {
variable_del('image_alt_length');
variable_del('image_title_length');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.