function bueditor_button_delete in BUEditor 5
Delete a button.
1 call to bueditor_button_delete()
- bueditor_form_editor_submit in ./
bueditor.module - Editor form submitted.
File
- ./
bueditor.module, line 310
Code
function bueditor_button_delete($bid) {
db_query("DELETE FROM {bueditor_buttons} WHERE bid = %d", $bid);
}