Index: trunk/core/units/languages/import_xml.php =================================================================== diff -u -N -r4758 -r4782 --- trunk/core/units/languages/import_xml.php (.../import_xml.php) (revision 4758) +++ trunk/core/units/languages/import_xml.php (.../import_xml.php) (revision 4782) @@ -112,7 +112,7 @@ { $idfield = $this->Application->getUnitOption($prefix, 'IDField'); $table = $this->Application->getUnitOption($prefix,'TableName'); - $temp_table = kTempTablesHandler::GetTempName($table); + $temp_table = $this->Application->GetTempName($table); $sql = 'DROP TABLE IF EXISTS %s'; $this->Conn->Query( sprintf($sql, $temp_table) );