Hardcoded constants

Hardcoded constants

by Jori Mäntysalo -
Number of replies: 0

I was asked to set option "Maximum number of submission attachments" from 7 to 20. It was easy, just change "for ($i=7; $i>=0; $i--)" to "$i=20" at mod_form.php. However, it would be nice to have at least something like workshop_constants.php containing "define ("max_count_attachments", 7);".

Average of ratings: -