Browse Source

Updated for coding standards.

pull/401/head
jonathangreen 11 years ago
parent
commit
143ed56927
  1. 1
      islandora.module

1
islandora.module

@ -1030,7 +1030,6 @@ function islandora_get_tuque_connection($new_user = NULL, $url = NULL) {
$new_user = $user;
}
// If tuque is NULL.
if (!$tuque) {
$tuque = islandora_make_tuque($new_user, $url);

Loading…
Cancel
Save