1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-15 05:00:06 +01:00

MDL-9649 'keep searching' in bulk messaging broken merged from MOODLE_18_STABLE

This commit is contained in:
poltawski 2007-05-09 10:05:08 +00:00
parent 5de0c5cb76
commit d6ff5b31ba

@ -459,6 +459,7 @@
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) {