Skip to content

Commit

Permalink
Some more code review fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks committed Mar 21, 2014
1 parent 56469f1 commit 52c2d5b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion includes/admin.form.inc
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ function islandora_xquery_admin_form_zorba_configure_submit($form, &$form_state)
*/
function islandora_xquery_admin_form_ajax_callback(array $form, array $form_state) {
return $form['configure_zorba']['zorba'];
}
}
7 changes: 0 additions & 7 deletions islandora_xquery.install
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,6 @@ function islandora_xquery_requirements($phase) {
return $requirements;
}

/**
* Implements hook_install().
*/
function islandora_xquery_install() {
variable_set('islandora_xquery_zorba', ISLANDORA_XQUERY_ZORBA_DEFAULT_LOCATION);
}

/**
* Implements hook_uninstall().
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/xquery_invalid_query.xq
Original file line number Diff line number Diff line change
@@ -1 +1 @@
declare a + 1
declare a + 1
2 changes: 1 addition & 1 deletion tests/fixtures/xquery_simple_query.xq
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1+1
1+1

0 comments on commit 52c2d5b

Please sign in to comment.