diff -urN -x germany32 -x '*.rej' -x '*.orig' /scrloc/lipp/geo/geograph_web.7d/local/public_html/search.php /scrloc/lipp/geo/geograph_web.7d.new/local/public_html/search.php --- /scrloc/lipp/geo/geograph_web.7d/local/public_html/search.php 2008-10-13 02:10:17.000000000 +0200 +++ /scrloc/lipp/geo/geograph_web.7d.new/local/public_html/search.php 2008-10-15 13:08:38.000000000 +0200 @@ -1124,7 +1124,8 @@ case 'submitted': $s = substr($image->submitted,0,10); if ($last != $s) - $b = getFormattedDate($image->submitted); + $b = getFormattedDate($s); // FIXME? + //$b = getFormattedDate($image->submitted); $last = $s; break; case 'submitted_month':