# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- C:\www2\includes\form.inc +++ C:\www2\includes\drupal-add_colgroups_etc-2734315-2-D7.inc @@ -3495,7 +3495,10 @@ array_unshift($header, ''); } } - return theme('table', array('header' => $header, 'rows' => $rows, 'empty' => $element['#empty'], 'attributes' => $element['#attributes'])); + return theme('table', + array('header' => $header, 'rows' => $rows, 'empty' => $element['#empty'], + 'attributes' => $element['#attributes'], 'colgroups' => $element['#colgroups'], + 'caption' => $element['#caption'], 'sticky' => $element['#sticky'])); } /**