mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
Remove some old save_sessions
This commit is contained in:
parent
7470fb3782
commit
70e5e91e9e
2 changed files with 0 additions and 4 deletions
|
@ -185,7 +185,6 @@
|
|||
if ($count = setfilelist($_POST)) {
|
||||
$USER->fileop = $action;
|
||||
$USER->filesource = $wdir;
|
||||
save_session("USER");
|
||||
echo "<P align=center>$count files selected for moving. Now go to the destination and press \"Move files to here\".</P>";
|
||||
}
|
||||
displaydir($wdir);
|
||||
|
@ -463,7 +462,6 @@ function setfilelist($VARS) {
|
|||
$USER->filelist[] = rawurldecode($val);
|
||||
}
|
||||
}
|
||||
save_session("USER");
|
||||
return $count;
|
||||
}
|
||||
|
||||
|
@ -472,7 +470,6 @@ function clearfilelist() {
|
|||
|
||||
$USER->filelist = array ();
|
||||
$USER->fileop = "";
|
||||
save_session("USER");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue