mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +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
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
if (!empty($lang)) {
|
if (!empty($lang)) {
|
||||||
$SESSION->lang = $lang;
|
$SESSION->lang = $lang;
|
||||||
save_session("SESSION");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($sub)) {
|
if (!empty($sub)) {
|
||||||
|
|
|
@ -185,7 +185,6 @@
|
||||||
if ($count = setfilelist($_POST)) {
|
if ($count = setfilelist($_POST)) {
|
||||||
$USER->fileop = $action;
|
$USER->fileop = $action;
|
||||||
$USER->filesource = $wdir;
|
$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>";
|
echo "<P align=center>$count files selected for moving. Now go to the destination and press \"Move files to here\".</P>";
|
||||||
}
|
}
|
||||||
displaydir($wdir);
|
displaydir($wdir);
|
||||||
|
@ -463,7 +462,6 @@ function setfilelist($VARS) {
|
||||||
$USER->filelist[] = rawurldecode($val);
|
$USER->filelist[] = rawurldecode($val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
save_session("USER");
|
|
||||||
return $count;
|
return $count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -472,7 +470,6 @@ function clearfilelist() {
|
||||||
|
|
||||||
$USER->filelist = array ();
|
$USER->filelist = array ();
|
||||||
$USER->fileop = "";
|
$USER->fileop = "";
|
||||||
save_session("USER");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue