Changeset ce64332 in github


Ignore:
Timestamp:
Apr 12, 2012 8:48:20 AM (14 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
d5520d1, 0c25968
Parents:
463ec6b
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_template.php

    rb9ce92d rce64332  
    10001000            } 
    10011001 
    1002             $out = html::tag('input', $attrib, '', array('type', 'value', 'onclick', 'id', 'class', 'style', 'tabindex', 'disabled')); 
     1002            $out = html::tag('input', $attrib, null, array('type', 'value', 'onclick', 'id', 'class', 'style', 'tabindex', 'disabled')); 
    10031003        } 
    10041004 
Note: See TracChangeset for help on using the changeset viewer.