function _textimage_preset_delete in Textimage 5
Same name and namespace in other branches
- 5.2 textimage_admin.inc \_textimage_preset_delete()
- 6.2 textimage_admin.inc \_textimage_preset_delete()
- 7.2 textimage.admin.inc \_textimage_preset_delete()
1 call to _textimage_preset_delete()
File
- ./
textimage.module, line 1113
Code
function _textimage_preset_delete($id) {
_textimage_preset_flush($id);
return db_query('DELETE FROM {textimage_preset} where pid = %d', $id);
}