bug 490451, image number 2 contains a lone = at the end of a line
[squirrelmail.git] / functions / mailbox_display.php
index 1dcc345018dd7eda25c847368ad939b85eac8505..0f6ab3c0a9b3833307d190576ff1b5822512a21f 100644 (file)
@@ -581,13 +581,13 @@ function mail_message_listing_beginning
 function ShowSortButton($sort, $mailbox, $Up, $Down) {
     /* Figure out which image we want to use. */
     if ($sort != $Up && $sort != $Down) {
-        $img = 'sort_none.gif';
+        $img = 'sort_none.png';
         $which = $Up;
     } elseif ($sort == $Up) {
-        $img = 'up_pointer.gif';
+        $img = 'up_pointer.png';
         $which = $Down;
     } else {
-        $img = 'down_pointer.gif';
+        $img = 'down_pointer.png';
         $which = 6;
     }