alecpl
2009-10-06 b4d940b112f05f734001721e25040d9768677a93
program/js/app.js
@@ -2284,6 +2284,10 @@
    else
      str += $("[name='_message']").val();
    
    if (this.env.attachments)
      for (var upload_id in this.env.attachments)
        str += upload_id;
    if (save)
      this.cmp_hash = str;