merged from 14_STABLE -

removed incorrect global $USER
This commit is contained in:
skodak 2004-10-28 14:18:33 +00:00
parent ee2b4f1220
commit ccfdf3f2cf
2 changed files with 0 additions and 4 deletions

View File

@ -9,8 +9,6 @@
require("../config.php");
global $USER;
$id = required_param('id', PARAM_INT);
$file = optional_param('file', '', PARAM_PATH);
$wdir = optional_param('wdir', '', PARAM_PATH);

View File

@ -13,8 +13,6 @@
require("../../config.php");
require("../../files/mimetypes.php");
global $USER;
$id = required_param('id', PARAM_INT);
$file = optional_param('file', '', PARAM_PATH);
$wdir = optional_param('wdir', '', PARAM_PATH);