Look in setup directory for pre-defined definitions, importexport sub-directory is no longer used.

This commit is contained in:
Nathan Gray 2011-01-26 00:28:14 +00:00
parent e2baa8ab1d
commit ba485f1338

View File

@ -22,7 +22,7 @@ $GLOBALS['egw_setup']->setup_account_object();
// step through every source code intstalled app
$egwdir = dir(EGW_INCLUDE_ROOT);
while (false !== ($appdir = $egwdir->read())) {
$defdir = EGW_INCLUDE_ROOT. "/$appdir/importexport/definitions";
$defdir = EGW_INCLUDE_ROOT. "/$appdir/setup/";
if ( !is_dir( $defdir ) ) continue;
// step through each file in defdir of app