Changeset ce64332 in github
- Timestamp:
- Apr 12, 2012 8:48:20 AM (14 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- d5520d1, 0c25968
- Parents:
- 463ec6b
- File:
-
- 1 edited
-
program/include/rcube_template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_template.php
rb9ce92d rce64332 1000 1000 } 1001 1001 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')); 1003 1003 } 1004 1004
Note: See TracChangeset
for help on using the changeset viewer.
