adjust case
[citadel.git] / webcit / static / t / edit / message.html
index f803f3762ac35b4846c6ab5d8f2e95eccf8fcf00..e5c2ea8128e1661a03316b331b774c71c3a9f50a 100644 (file)
@@ -14,6 +14,7 @@
 <input type="hidden" name="force_room" value="<?THISROOM:NAME("X")>">
 <input type="hidden" name="references" value="<?BSTR("references")>">
 <input type="hidden" name="page" value="<?BSTR("page")>">
 <input type="hidden" name="force_room" value="<?THISROOM:NAME("X")>">
 <input type="hidden" name="references" value="<?BSTR("references")>">
 <input type="hidden" name="page" value="<?BSTR("page")>">
+<input type="hidden" name="" value="<?MAIL:SUMM:INREPLYTO()>">
 <input type="hidden" name="submit_action" value="">
 
 <table width="100%" class="edit_msg_table">
 <input type="hidden" name="submit_action" value="">
 
 <table width="100%" class="edit_msg_table">
        }
 
        function update_attachment_count() {
        }
 
        function update_attachment_count() {
-               p = 'r=' + CtdlRandomString();
+               p = 'r=' + ctdlRandomString();
                new Ajax.Updater(
                        'num_attachments',
                        'show_num_attachments',
                new Ajax.Updater(
                        'num_attachments',
                        'show_num_attachments',