Index: openacs-4/packages/xowiki/www/admin/export.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/admin/export.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/xowiki/www/admin/export.tcl 17 Aug 2006 01:44:26 -0000 1.3 +++ openacs-4/packages/xowiki/www/admin/export.tcl 1 Mar 2007 10:25:10 -0000 1.4 @@ -18,7 +18,7 @@ db_foreach instance_select $sql { ::Generic::CrItem instantiate -item_id $item_id $item_id volatile - append content [::Serializer deepSerialize $item_id] \n + append content [$item_id marshall] \n } ns_return 200 text/plain $content \ No newline at end of file