From: moodler Date: Tue, 4 Mar 2003 09:01:26 +0000 (+0000) Subject: Remove some old save_sessions X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=70e5e91e9eb440236307d74e64433e56b101eb05;p=moodle.git Remove some old save_sessions --- diff --git a/doc/index.php b/doc/index.php index e3e07a9e4c..59e29a9c5c 100644 --- a/doc/index.php +++ b/doc/index.php @@ -9,7 +9,6 @@ if (!empty($lang)) { $SESSION->lang = $lang; - save_session("SESSION"); } if (!empty($sub)) { diff --git a/files/index.php b/files/index.php index c40c390253..7c7d501ccc 100644 --- a/files/index.php +++ b/files/index.php @@ -185,7 +185,6 @@ if ($count = setfilelist($_POST)) { $USER->fileop = $action; $USER->filesource = $wdir; - save_session("USER"); echo "

$count files selected for moving. Now go to the destination and press \"Move files to here\".

"; } 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"); }