From: kink Date: Sun, 28 Mar 2004 14:43:53 +0000 (+0000) Subject: Missing param in addCheckBox for deleting attachments. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=14bdd9e6a752daa1ffb9172d97fb518dcfa22c84;p=squirrelmail.git Missing param in addCheckBox for deleting attachments. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6915 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/compose.php b/src/compose.php index 5e094f27..bbf93738 100644 --- a/src/compose.php +++ b/src/compose.php @@ -1132,7 +1132,7 @@ function showInputForm ($session, $values=false) { $s_a[] = '
'. - addCheckBox('delete[]', $key). + addCheckBox('delete[]', FALSE, $key). "\n" . $attached_filename . '- ' . $type . '('. show_readable_size( filesize( $attached_file ) ) . ')
'."\n";