unneeded comment

This commit is contained in:
Marc Delisle
2003-02-08 11:26:42 +00:00
parent 54804d57cb
commit 1d80c7dd23

View File

@@ -563,7 +563,6 @@ for ($i = 0; $i < $fields_cnt; $i++) {
// Upload choice
// (displayed whatever value the ProtectBinary has)
// TODO: check if uploads are allowed by PHP
if ($is_upload) {
echo '<td><input type="file" name="fields_upload_' . urlencode($field) . '" class="textfield" id="field_' . $i . '_3" />';