- expand path by $settings->_LetoDMSCorePath if set

This commit is contained in:
steinm 2011-01-20 12:47:04 +00:00
parent 5cc903ca8f
commit e761b28072

View File

@ -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'));
?>