From ebbee60d82ecd9db1176a19105647b946373fc07 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 23 Sep 2009 14:36:10 -0400 Subject: [PATCH] MFB: put newer images on the top of older images on the google map. --- ansel/lib/Block/recently_added_geodata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0