Browse Source

Coding standards.

pull/321/head
Jonathan Green 12 years ago
parent
commit
1178194db5
  1. 2
      includes/tuque.inc
  2. 2
      includes/tuque_wrapper.inc

2
includes/tuque.inc

@ -7,7 +7,7 @@
$islandora_module_path = drupal_get_path('module', 'islandora');
set_include_path(get_include_path() . PATH_SEPARATOR . 'sites/all/libraries/tuque' . PATH_SEPARATOR . "$islandora_module_path/libraries/tuque/");
set_include_path(get_include_path() . PATH_SEPARATOR . 'sites/all/libraries/tuque' . PATH_SEPARATOR . "$islandora_module_path/libraries/tuque/");
// Do this until we expose these in a module or library.
@include_once 'sites/all/libraries/tuque/implementations/fedora3/Datastream.php';

2
includes/tuque_wrapper.inc

@ -9,7 +9,7 @@
*/
$islandora_module_path = drupal_get_path('module', 'islandora');
set_include_path(get_include_path() . PATH_SEPARATOR . 'sites/all/libraries/tuque' . PATH_SEPARATOR . "$islandora_module_path/libraries/tuque/");
set_include_path(get_include_path() . PATH_SEPARATOR . 'sites/all/libraries/tuque' . PATH_SEPARATOR . "$islandora_module_path/libraries/tuque/");
// Do this until we expose these in a module or library.
@include_once 'sites/all/libraries/tuque/implementations/fedora3/Datastream.php';

Loading…
Cancel
Save