From: tjhunt Date: Wed, 14 Nov 2007 16:34:26 +0000 (+0000) Subject: MDL-12172 - print_continue should create a method="get" button, not post. Merged... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9cb69c1910a1368d8d29ab4745dd0864098a4099;p=moodle.git MDL-12172 - print_continue should create a method="get" button, not post. Merged from MOODLE_19_STABLE. --- diff --git a/lib/weblib.php b/lib/weblib.php index 59b4ac1a3a..2f54e62743 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -3668,7 +3668,7 @@ function print_continue($link, $return=false) { $output .= '
'; - $output .= print_single_button($link, NULL, get_string('continue'), 'post', $CFG->framename, true); + $output .= print_single_button($link, NULL, get_string('continue'), 'get', $CFG->framename, true); $output .= '
'."\n"; if ($return) {