]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9649 'keep searching' in bulk messaging broken merged from MOODLE_18_STABLE
authorpoltawski <poltawski>
Wed, 9 May 2007 10:05:08 +0000 (10:05 +0000)
committerpoltawski <poltawski>
Wed, 9 May 2007 10:05:08 +0000 (10:05 +0000)
user/index.php

index cd3753d1219e88c899aef54e687500ecc58cf4c3..c92f2508817b9c5cb48a0bd5bb50291d562240bf 100644 (file)
         echo '<form action="action_redir.php" method="post" id="participantsform" onsubmit="return checksubmit(this);">';
         echo '<div>';
         echo '<input type="hidden" name="sesskey" value="'.$USER->sesskey.'" />';
+        echo '<input type="hidden" name="returnto" value="'.s($_SERVER['REQUEST_URI']).'" />';
     }
 
     if ($CFG->longtimenosee > 0 && $CFG->longtimenosee < 1000 && $totalcount > 0) {