Changeset 7477973 in github


Ignore:
Timestamp:
Jul 16, 2009 4:59:01 AM (4 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
881217a
Parents:
3db3fd8
Message:

Make 2nd argument optinal (#1485976)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_template.php

    r57f0c81 r7477973  
    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.