Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.257 -r1.258 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 9 Jul 2008 10:34:24 -0000 1.257 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 9 Jul 2008 10:37:44 -0000 1.258 @@ -397,7 +397,7 @@ # So far, we just handle users, but we should support parties in # the future as well.http://localhost:8003/nimawf/admin/export array set "" $entry - return $default_party + #return $default_party if {$(email) ne ""} { set id [party::get_by_email -email $(email)] if {$id ne ""} { return $id }