function _textimage_preset_delete in Textimage 5.2
Same name and namespace in other branches
- 5 textimage.module \_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_admin.inc, line 683
Code
function _textimage_preset_delete($id) {
_textimage_preset_flush($id);
return db_query("DELETE FROM {textimage_preset} where pid = %d", $id);
}