diff options
Diffstat (limited to 'textbook_companion_fixer_edit_book_category.inc')
-rwxr-xr-x | textbook_companion_fixer_edit_book_category.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textbook_companion_fixer_edit_book_category.inc b/textbook_companion_fixer_edit_book_category.inc index 90156d0..1e5d01e 100755 --- a/textbook_companion_fixer_edit_book_category.inc +++ b/textbook_companion_fixer_edit_book_category.inc @@ -106,7 +106,7 @@ function textbook_companion_fixer_category_edit_form($form, &$form_state) ); return $form; } -function textbook_companion_fixer_edit_book_category_ajax($item, $key) +function textbook_companion_fixer_edit_book_category_ajax() { global $user; $data = ""; |