]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12172 - print_continue should create a method="get" button, not post. Merged...
authortjhunt <tjhunt>
Wed, 14 Nov 2007 16:34:26 +0000 (16:34 +0000)
committertjhunt <tjhunt>
Wed, 14 Nov 2007 16:34:26 +0000 (16:34 +0000)
lib/weblib.php

index 59b4ac1a3ada1d65c927cdbad2008e690514d7e1..2f54e627431ea822cbd1e2b9639f1d7a45da935d 100644 (file)
@@ -3668,7 +3668,7 @@ function print_continue($link, $return=false) {
 
     $output .= '<div class="continuebutton">';
 
-    $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 .= '</div>'."\n";
 
     if ($return) {