summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_browser.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-18 18:00:57 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-18 18:00:57 +0000
commit2a39de413ca7023350a338087976e0481a319d9a (patch)
tree9859e4e615a2663526d85a635edabbdb413557ea /roundcubemail/program/include/rcube_browser.php
parentfd40ada993897de4b4779e1847dbaf29339fa087 (diff)
Merge branch devel-addressbook (r4193:4382) back into trunk
git-svn-id: https://svn.roundcube.net/trunk@4424 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_browser.php')
-rw-r--r--roundcubemail/program/include/rcube_browser.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/include/rcube_browser.php b/roundcubemail/program/include/rcube_browser.php
index 581284ab7..c5f1b8a7a 100644
--- a/roundcubemail/program/include/rcube_browser.php
+++ b/roundcubemail/program/include/rcube_browser.php
@@ -68,6 +68,7 @@ class rcube_browser
$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;
}
}