* Fix join clause created by view wizard for pre 7.3
* Fix reindex of mixed case indexes
* Show domains in type lists in appropriate places
+* Fix for multiline CDATA parsing in XML import
Translations
* Japanese from Tadashi
/**
* Does an import to a particular table from a text file
*
- * $Id: dataimport.php,v 1.2 2004/04/12 07:50:33 chriskl Exp $
+ * $Id: dataimport.php,v 1.2.2.1 2004/07/01 06:42:59 chriskl Exp $
*/
// Include application functions
global $state, $curr_col_val;
if ($state == 'COLUMN') {
- $curr_col_val = $cdata;
+ $curr_col_val .= $cdata;
}
}