From 2c052c19b155c355e4eebd894e2816bfaf79bf5d Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 31 Jan 2011 14:41:42 -0500
Subject: [PATCH] - Prevent from messages_sort_col == null

---
 program/include/rcube_browser.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/program/include/rcube_browser.php b/program/include/rcube_browser.php
index d080c60..c5f1b8a 100644
--- a/program/include/rcube_browser.php
+++ b/program/include/rcube_browser.php
@@ -5,7 +5,7 @@
  | program/include/rcube_browser.php                                     |
  |                                                                       |
  | This file is part of the Roundcube Webmail client                     |
- | Copyright (C) 2007-2009, Roundcube Dev. - Switzerland                 |
+ | Copyright (C) 2007-2009, The Roundcube Dev Team                       |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  | PURPOSE:                                                              |
@@ -68,6 +68,7 @@
         $this->dom = ($this->mz || $this->safari || ($this->ie && $this->ver>=5) || ($this->opera && $this->ver>=7));
         $this->pngalpha = $this->mz || $this->safari || ($this->ie && $this->ver>=5.5) ||
             ($this->ie && $this->ver>=5 && $this->mac) || ($this->opera && $this->ver>=7) ? true : false;
+        $this->imgdata = !$this->ie;
     }
 }
 

--
Gitblit v1.9.1