fixed category handling.

allow to preserv cat if record is updated
This commit is contained in:
Cornelius Weiß 2007-06-21 13:59:21 +00:00
parent 3435ca7481
commit 15ad7469de

View File

@ -139,6 +139,8 @@
exit(INVALID_OPTION); exit(INVALID_OPTION);
} }
$GLOBALS['egw_info']['flags']['currentapp'] = $definition->application;
require_once("$path_to_egroupware/$definition->application/importexport/class.$definition->plugin.inc.php"); require_once("$path_to_egroupware/$definition->application/importexport/class.$definition->plugin.inc.php");
$po = new $definition->plugin; $po = new $definition->plugin;
$type = $definition->type; $type = $definition->type;