From: Michael J. Rubinsky Date: Wed, 23 Sep 2009 18:36:10 +0000 (-0400) Subject: MFB: put newer images on the top of older images on the google map. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ebbee60d82ecd9db1176a19105647b946373fc07;p=horde.git MFB: put newer images on the top of older images on the google map. --- diff --git a/ansel/lib/Block/recently_added_geodata.php b/ansel/lib/Block/recently_added_geodata.php index d2a883a8b..336426d03 100644 --- a/ansel/lib/Block/recently_added_geodata.php +++ b/ansel/lib/Block/recently_added_geodata.php @@ -99,7 +99,7 @@ class Horde_Block_ansel_recently_added_geodata extends Horde_Block { if (is_a($images, 'PEAR_Error')) { return $images->getMessage(); } - + $images = array_reverse($images); foreach ($images as $id => $image) { if (is_a($image, 'PEAR_Error')) { continue;