Changeset 6071 in subversion


Ignore:
Timestamp:
Apr 12, 2012 8:48:20 AM (14 months ago)
Author:
alec
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_template.php

    r6012 r6071  
    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.