The table used for drupal_write_record in resp_img_suffix_save() is spelled 'resp_img_suffixs', but in the database it's called 'resp_img_suffix' without the trailing s. This causes resp_img_suffix_save() to fail.
The table used for drupal_write_record in resp_img_suffix_save() is spelled 'resp_img_suffixs', but in the database it's called 'resp_img_suffix' without the trailing s. This causes resp_img_suffix_save() to fail.
Comments
Comment #1
attiks commentedThanks fixed
Comment #2
attiks commented