mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #20427
[Bug 1364164] [NEW] Remove IE6 check in help icon function
Public bug reported:
There is no need for a check like:
$imageext = (isset($_SERVER['HTTP_USER_AGENT']) && false !==
stripos($_SERVER['HTTP_USER_AGENT'], 'msie 6.0')) ? 'gif' : 'png';
** Affects: mahara
Importance: Low
Assignee: Yuliya Bozhko (yuliya.bozhko)
Status: In Progress
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1364164
Title:
Remove IE6 check in help icon function
Status in Mahara ePortfolio:
In Progress
Bug description:
There is no need for a check like:
$imageext = (isset($_SERVER['HTTP_USER_AGENT']) && false !==
stripos($_SERVER['HTTP_USER_AGENT'], 'msie 6.0')) ? 'gif' : 'png';
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1364164/+subscriptions
Follow ups
References