*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Mon, 26 Sep 2005 18:36:41 +0000 (18:36 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 26 Sep 2005 18:36:41 +0000 (18:36 +0000)
webcit/messages.c
webcit/webcit.c

index aa4b32561b0cb94b41868c5c66df9cb852224db0..c53ae7cdf156cbcbee46fe494844ba08b2385c31 100644 (file)
@@ -2507,7 +2507,7 @@ void display_enter(void)
                "<script language=\"javascript\" type=\"text/javascript\" src=\"tiny_mce/tiny_mce.js\"></script>\n"
                "<script language=\"javascript\" type=\"text/javascript\">"
                "tinyMCE.init({"
-               "       mode : \"textareas\", width : \"100%%\" "
+               "       mode : \"textareas\", width : \"100%%\", browsers : \"msie,gecko\" "
                "});"
                "</script>\n"
        );
index 5938ea4773731461cdf9609fbaaa892d503b6dae..197e91416411115a9dbf51463f34459d41d1f04a 100644 (file)
@@ -774,8 +774,8 @@ void upload_handler(char *name, char *filename, char *partnum, char *disp,
 {
        struct urlcontent *u;
 
-       lprintf(9, "upload_handler() name=%s, type=%s, len=%d\n",
-               name, cbtype, length);
+       /* lprintf(9, "upload_handler() name=%s, type=%s, len=%d\n",
+               name, cbtype, length); */
 
        /* Form fields */
        if ( (length > 0) && (strlen(cbtype) == 0) ) {