Browse Source

Transforma o form de post para get

master
Sesostris Vieira 11 years ago
parent
commit
f81e906028
  1. 2
      report_form.php

2
report_form.php

@ -36,7 +36,7 @@ class filter_form extends moodleform {
protected $_courseid;
protected $_filterfields;
function filter_form($courseid, $filterfields, $action=null, $customdata=null, $method='post', $target='', $attributes=null, $editable=true) {
function filter_form($courseid, $filterfields, $action=null, $customdata=null, $method='get', $target='', $attributes=null, $editable=true) {
$this->_filterfields = $filterfields;
$this->_courseid = $courseid;
parent::moodleform($action, $customdata, $method, $target, $attributes, $editable);

Loading…
Cancel
Save