From 1178194db58f9175482b92fc071bb1ee1c2875d1 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Thu, 25 Apr 2013 23:04:59 -0400 Subject: [PATCH] Coding standards. --- includes/tuque.inc | 2 +- includes/tuque_wrapper.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/tuque.inc b/includes/tuque.inc index 0f953288..a1e6764b 100644 --- a/includes/tuque.inc +++ b/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'; diff --git a/includes/tuque_wrapper.inc b/includes/tuque_wrapper.inc index f15dc69d..54a304bb 100644 --- a/includes/tuque_wrapper.inc +++ b/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';