Project

General

Profile

Bug #23008 ยป iconworks.diff

Administrator Admin, 2010-06-26 15:51

View differences:

t3lib/class.t3lib_iconworks.php (working copy)
* @return string the full HTML tag (usually a <span>)
* @access public
*/
public static function getSpriteIconForRecord($table, $row, $options = array()) {
public static function getSpriteIconForRecord($table, array $row, $options = array()) {
$innerHtml = (isset($options['html']) ? $options['html'] : '');
$tagName = (isset($options['tagName']) ? $options['tagName'] : 'span');
    (1-1/1)