From e761b28072c992e56c912b4b801e93d2ea4c0558 Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 20 Jan 2011 12:47:04 +0000 Subject: [PATCH] - expand path by $settings->_LetoDMSCorePath if set --- inc/inc.Settings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/inc.Settings.php b/inc/inc.Settings.php index 31d4b666b..130841df4 100644 --- a/inc/inc.Settings.php +++ b/inc/inc.Settings.php @@ -31,4 +31,7 @@ if(is_link($_tmp)) { if(isset($settings->_ADOdbPath)) ini_set('include_path', $settings->_ADOdbPath.":".ini_get('include_path')); +if(isset($settings->_LetoDMSCorePath)) + ini_set('include_path', $settings->_LetoDMSCorePath.ini_get('include_path')); + ?>