"diff" output in version v1.3.2-cvs-b22 of add_pho

annorax
annorax's picture

Joined: 2002-07-24
Posts: 6
Posted: Fri, 2002-11-08 17:12

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.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sun, 2002-11-10 06:44
Quote:
<input type="hidden" name="max_file_size" value="10000000">

Amusingly, that line hasn't changed since the very first version of add_photos.php.
"cvs annotate add_photos.php" says:

1.1 (bharat 04-Jul-00): <input type="hidden" name="max_file_size" value="10000000">

(that line was last changed in v1.1 on 7/4/2000 -- v1.1 is the first rev of the file)