Index: openacs-4/packages/contacts/lib/oo_mailing.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/oo_mailing.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/contacts/lib/oo_mailing.tcl 5 Mar 2006 08:34:12 -0000 1.10 +++ openacs-4/packages/contacts/lib/oo_mailing.tcl 12 Mar 2006 14:38:47 -0000 1.11 @@ -240,7 +240,7 @@ } else { # We are not sending the e-mail but write the file back to the user - if {[llength $file_revisions]==1} { + if {[llength $file_revisions]>=1} { cr_write_content -revision_id [lindex $file_revisions 0] } }