Changeset 2757 in subversion


Ignore:
Timestamp:
Jul 16, 2009 4:59:01 AM (4 years ago)
Author:
thomasb
Message:

Make 2nd argument optinal (#1485976)

File:
1 edited

Legend:

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

    r2755 r2757  
    948948     * @return string HTML code for the form 
    949949     */ 
    950     public function request_form($attrib, $content) 
     950    public function request_form($attrib, $content = '') 
    951951    { 
    952952        $hidden = new html_hiddenfield(); 
Note: See TracChangeset for help on using the changeset viewer.