Looks like someone got their files confused when checking-in add_photos.php for version Gallery v1.3.2-cvs-b22 :
<<<<<<< add_photos.php
<input type="hidden" name="max_file_size" value="134217728">
<? for ($i = 0; $i < $boxes; $i++) { ?>
=======
<input type="hidden" name="max_file_size" value="10000000">
<?php for ($i = 0; $i < $boxes; $i++) { ?>
>>>>>>> 1.34
The above is included withing the code. Oops!
I chose the top one, because the number was bigger. :lol:
Have fun!
Jeff G.