Missing param in addCheckBox for deleting attachments.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Mar 2004 14:43:53 +0000 (14:43 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Mar 2004 14:43:53 +0000 (14:43 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6915 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index 5e094f27ddbb715f366d44eacb5d1d443d225f7a..bbf93738a4f6a7bc017d109aa042e3c46d8854ed 100644 (file)
@@ -1132,7 +1132,7 @@ function showInputForm ($session, $values=false) {
 
                 $s_a[] = '<table bgcolor="'.$color[0].
                 '" border="0"><tr><td>'.
 
                 $s_a[] = '<table bgcolor="'.$color[0].
                 '" border="0"><tr><td>'.
-               addCheckBox('delete[]', $key).
+               addCheckBox('delete[]', FALSE, $key).
                    "</td><td>\n" . $attached_filename .
                     '</td><td>-</td><td> ' . $type . '</td><td>('.
                     show_readable_size( filesize( $attached_file ) ) . ')</td></tr></table>'."\n";
                    "</td><td>\n" . $attached_filename .
                     '</td><td>-</td><td> ' . $type . '</td><td>('.
                     show_readable_size( filesize( $attached_file ) ) . ')</td></tr></table>'."\n";